|
static void | ModuleNamespaceEntryGetter (v8::Local< v8::Name > name, const v8::PropertyCallbackInfo< v8::Value > &info) |
|
static Handle< AccessorInfo > | MakeModuleNamespaceEntryInfo (Isolate *isolate, Handle< String > name) |
|
static Handle< JSObject > | FunctionGetArguments (JavaScriptFrame *frame, int inlined_jsframe_index) |
|
static bool | IsJSObjectFieldAccessor (Isolate *isolate, Handle< Map > map, Handle< Name > name, FieldIndex *field_index) |
|
static MaybeHandle< Object > | ReplaceAccessorWithDataProperty (Handle< Object > receiver, Handle< JSObject > holder, Handle< Name > name, Handle< Object > value) |
|
static Handle< AccessorInfo > | MakeAccessor (Isolate *isolate, Handle< Name > name, AccessorNameGetterCallback getter, AccessorNameBooleanSetterCallback setter) |
|
|
static constexpr int | kAccessorInfoCount |
|
static constexpr int | kAccessorSetterCount |
|
Definition at line 57 of file accessors.h.
◆ kAccessorInfoCount
constexpr int v8::internal::Accessors::kAccessorInfoCount |
|
static |
Initial value:=
#define COUNT_ACCESSOR(...)
ACCESSOR_INFO_LIST_GENERATOR(COUNT_ACCESSOR, )
Definition at line 73 of file accessors.h.
◆ kAccessorSetterCount
constexpr int v8::internal::Accessors::kAccessorSetterCount |
|
static |
Initial value:=
#define COUNT_ACCESSOR(...)
ACCESSOR_SETTER_LIST(COUNT_ACCESSOR)
Definition at line 78 of file accessors.h.
The documentation for this class was generated from the following files: