#include <nan.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_ |
Nan::PropertyCallbackInfoBase< T >::PropertyCallbackInfoBase | ( | const v8::AccessorInfo & | info, |
const v8::Local< v8::Value > | data | ||
) | [inline, explicit] |
v8::Local<v8::Value> Nan::PropertyCallbackInfoBase< T >::Data | ( | ) | const [inline] |
v8::Isolate* Nan::PropertyCallbackInfoBase< T >::GetIsolate | ( | ) | const [inline] |
v8::Local<v8::Object> Nan::PropertyCallbackInfoBase< T >::Holder | ( | ) | const [inline] |
v8::Local<v8::Object> Nan::PropertyCallbackInfoBase< T >::This | ( | ) | const [inline] |
const v8::Local<v8::Value> Nan::PropertyCallbackInfoBase< T >::data_ [private] |
const v8::AccessorInfo& Nan::PropertyCallbackInfoBase< T >::info_ [private] |
const int Nan::PropertyCallbackInfoBase< T >::kArgsLength = 6 [static, protected] |
const int Nan::PropertyCallbackInfoBase< T >::kDataIndex = 4 [static, protected] |
const int Nan::PropertyCallbackInfoBase< T >::kHolderIndex = 0 [static, protected] |
const int Nan::PropertyCallbackInfoBase< T >::kIsolateIndex = 1 [static, protected] |
const int Nan::PropertyCallbackInfoBase< T >::kReturnValueDefaultValueIndex = 2 [static, protected] |
const int Nan::PropertyCallbackInfoBase< T >::kReturnValueIndex = 3 [static, protected] |
const int Nan::PropertyCallbackInfoBase< T >::kThisIndex = 5 [static, protected] |