#include <nan_callbacks_pre_12_inl.h>
Public Member Functions | |
v8::Local< v8::Value > | Data () const |
v8::Isolate * | GetIsolate () const |
v8::Local< v8::Object > | Holder () const |
PropertyCallbackInfoBase (const v8::AccessorInfo &info, const v8::Local< v8::Value > data) | |
v8::Local< v8::Object > | This () const |
Static Protected Attributes | |
static const int | kArgsLength = 6 |
static const int | kDataIndex = 4 |
static const int | kHolderIndex = 0 |
static const int | kIsolateIndex = 1 |
static const int | kReturnValueDefaultValueIndex = 2 |
static const int | kReturnValueIndex = 3 |
static const int | kThisIndex = 5 |
Private Attributes | |
const v8::Local< v8::Value > | data_ |
const v8::AccessorInfo & | info_ |
Definition at line 150 of file nan_callbacks_pre_12_inl.h.
PropertyCallbackInfoBase< T >::PropertyCallbackInfoBase | ( | const v8::AccessorInfo & | info, |
const v8::Local< v8::Value > | data | ||
) | [inline, explicit] |
Definition at line 155 of file nan_callbacks_pre_12_inl.h.
v8::Local<v8::Value> PropertyCallbackInfoBase< T >::Data | ( | ) | const [inline] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 162 of file nan_callbacks_pre_12_inl.h.
v8::Isolate* PropertyCallbackInfoBase< T >::GetIsolate | ( | ) | const [inline] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 161 of file nan_callbacks_pre_12_inl.h.
v8::Local<v8::Object> PropertyCallbackInfoBase< T >::Holder | ( | ) | const [inline] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 164 of file nan_callbacks_pre_12_inl.h.
v8::Local<v8::Object> PropertyCallbackInfoBase< T >::This | ( | ) | const [inline] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 163 of file nan_callbacks_pre_12_inl.h.
const v8::Local<v8::Value> PropertyCallbackInfoBase< T >::data_ [private] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 152 of file nan_callbacks_pre_12_inl.h.
const v8::AccessorInfo& PropertyCallbackInfoBase< T >::info_ [private] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 151 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kArgsLength = 6 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 173 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kDataIndex = 4 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 171 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kHolderIndex = 0 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 167 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kIsolateIndex = 1 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 168 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kReturnValueDefaultValueIndex = 2 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 169 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kReturnValueIndex = 3 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 170 of file nan_callbacks_pre_12_inl.h.
const int PropertyCallbackInfoBase< T >::kThisIndex = 5 [static, protected] |
Reimplemented in PropertyCallbackInfo< T >.
Definition at line 172 of file nan_callbacks_pre_12_inl.h.