V8 Project
|
The information passed to a property callback about the context of the property access. More...
#include <v8.h>
Public Member Functions | |
Isolate * | GetIsolate () const |
Local< Value > | Data () const |
Local< Object > | This () const |
Local< Object > | Holder () const |
ReturnValue< T > | GetReturnValue () const |
Static Public Attributes | |
static const int | kArgsLength = 6 |
Protected Member Functions | |
PropertyCallbackInfo (internal::Object **args) | |
Protected Attributes | |
internal::Object ** | args_ |
Static Protected Attributes | |
static const int | kHolderIndex = 0 |
static const int | kIsolateIndex = 1 |
static const int | kReturnValueDefaultValueIndex = 2 |
static const int | kReturnValueIndex = 3 |
static const int | kDataIndex = 4 |
static const int | kThisIndex = 5 |
Friends | |
class | MacroAssembler |
class | internal::PropertyCallbackArguments |
class | internal::CustomArguments< PropertyCallbackInfo > |
The information passed to a property callback about the context of the property access.
|
inlineprotected |
|
inline |
Definition at line 6813 of file v8.h.
Referenced by v8::internal::ModuleGetExport(), and v8::internal::ModuleSetExport().
|
inline |
Definition at line 6807 of file v8.h.
Referenced by v8::internal::InvokeAccessorGetterCallback(), v8::Shell::RealmSharedGet(), and v8::Shell::RealmSharedSet().
|
inline |
Definition at line 6831 of file v8.h.
Referenced by v8::internal::ModuleGetExport(), and v8::Shell::RealmSharedGet().
|
inline |
Definition at line 6825 of file v8.h.
Referenced by v8::internal::ModuleGetExport(), v8::internal::ModuleSetExport(), and v8::internal::SetPropertyOnInstanceIfInherited().
|
inline |
Definition at line 6819 of file v8.h.
Referenced by v8::internal::SetPropertyOnInstanceIfInherited().
|
friend |
|
friend |
|
protected |
|
static |
|
staticprotected |
Definition at line 2709 of file v8.h.
Referenced by v8::internal::PropertyCallbackArguments::PropertyCallbackArguments().
|
staticprotected |
Definition at line 2705 of file v8.h.
Referenced by v8::internal::PropertyCallbackArguments::PropertyCallbackArguments().
|
staticprotected |
Definition at line 2706 of file v8.h.
Referenced by v8::internal::PropertyCallbackArguments::PropertyCallbackArguments().
|
staticprotected |
Definition at line 2707 of file v8.h.
Referenced by v8::internal::PropertyCallbackArguments::PropertyCallbackArguments().
|
staticprotected |
Definition at line 2708 of file v8.h.
Referenced by v8::internal::PropertyCallbackArguments::PropertyCallbackArguments().
|
staticprotected |
Definition at line 2710 of file v8.h.
Referenced by v8::internal::PropertyCallbackArguments::PropertyCallbackArguments().