v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
api-callbacks.h File Reference
#include "src/objects/struct.h"
#include "torque-generated/bit-fields.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/api-callbacks-tq.inc"
#include "src/objects/object-macros-undef.h"
Include dependency graph for api-callbacks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::AccessorInfo
 
class  v8::internal::AccessCheckInfo
 
class  v8::internal::InterceptorInfo
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define INTERCEPTOR_INFO_CALLBACK_LIST(V)
 

Macro Definition Documentation

◆ INTERCEPTOR_INFO_CALLBACK_LIST

#define INTERCEPTOR_INFO_CALLBACK_LIST ( V)
Value:
V(Getter, getter) \
V(Setter, setter) \
V(Query, query) \
V(Descriptor, descriptor) \
V(Deleter, deleter) \
V(Enumerator, enumerator) \
V(Definer, definer)
#define V(Name)
PropertyT * setter
PropertyT * getter

Definition at line 105 of file api-callbacks.h.