v8
4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
V8_INLINE Isolate * | GetIsolate () const |
V8_INLINE Local< Value > | Data () const |
V8_INLINE Local< Object > | This () const |
V8_INLINE Local< Object > | Holder () const |
V8_INLINE ReturnValue< T > | GetReturnValue () const |
Static Public Attributes | |
static const int | kArgsLength = 6 |
Protected Member Functions | |
V8_INLINE | 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 |
Definition at line 3170 of file v8.h.
References PropertyCallbackInfo< T >::args_.
Definition at line 8066 of file v8.h.
References PropertyCallbackInfo< T >::args_, PropertyCallbackInfo< T >::kDataIndex, and Local< T >::Local.
Isolate * GetIsolate |
Definition at line 8060 of file v8.h.
References PropertyCallbackInfo< T >::args_, and PropertyCallbackInfo< T >::kIsolateIndex.
ReturnValue< T > GetReturnValue |
Definition at line 8084 of file v8.h.
References PropertyCallbackInfo< T >::args_, PropertyCallbackInfo< T >::kReturnValueIndex, and PersistentBase< T >::ReturnValue.
Definition at line 8078 of file v8.h.
References PropertyCallbackInfo< T >::args_, PropertyCallbackInfo< T >::kHolderIndex, and Local< T >::Local.
Definition at line 8072 of file v8.h.
References PropertyCallbackInfo< T >::args_, PropertyCallbackInfo< T >::kThisIndex, and Local< T >::Local.
|
friend |
|
protected |
|
staticprotected |
Definition at line 3167 of file v8.h.
Referenced by PropertyCallbackInfo< T >::Data().
|
staticprotected |
Definition at line 3163 of file v8.h.
Referenced by PropertyCallbackInfo< T >::Holder().
|
staticprotected |
Definition at line 3164 of file v8.h.
Referenced by PropertyCallbackInfo< T >::GetIsolate().
|
staticprotected |
Definition at line 3166 of file v8.h.
Referenced by PropertyCallbackInfo< T >::GetReturnValue().
|
staticprotected |
Definition at line 3168 of file v8.h.
Referenced by PropertyCallbackInfo< T >::This().