#include <nan.h>
Public Member Functions | |
v8::Local< v8::Function > | Callee () const |
v8::Local< v8::Value > | Data () const |
FunctionCallbackInfo (const v8::Arguments &args, v8::Local< v8::Value > data) | |
v8::Isolate * | GetIsolate () const |
ReturnValue< T > | GetReturnValue () const |
v8::Local< v8::Object > | Holder () const |
bool | IsConstructCall () const |
int | Length () const |
v8::Local< v8::Value > | operator[] (int i) const |
v8::Local< v8::Object > | This () const |
~FunctionCallbackInfo () | |
Static Protected Attributes | |
static const int | kArgsLength = 7 |
static const int | kCalleeIndex = 5 |
static const int | kContextSaveIndex = 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 |
Private Attributes | |
const v8::Arguments & | args_ |
v8::Local< v8::Value > | data_ |
ReturnValue< T > | return_value_ |
v8::Persistent< T > | retval_ |
Nan::FunctionCallbackInfo< T >::FunctionCallbackInfo | ( | const v8::Arguments & | args, |
v8::Local< v8::Value > | data | ||
) | [inline, explicit] |
Nan::FunctionCallbackInfo< T >::~FunctionCallbackInfo | ( | ) | [inline] |
v8::Local<v8::Function> Nan::FunctionCallbackInfo< T >::Callee | ( | ) | const [inline] |
v8::Local<v8::Value> Nan::FunctionCallbackInfo< T >::Data | ( | ) | const [inline] |
v8::Isolate* Nan::FunctionCallbackInfo< T >::GetIsolate | ( | ) | const [inline] |
ReturnValue<T> Nan::FunctionCallbackInfo< T >::GetReturnValue | ( | ) | const [inline] |
v8::Local<v8::Object> Nan::FunctionCallbackInfo< T >::Holder | ( | ) | const [inline] |
bool Nan::FunctionCallbackInfo< T >::IsConstructCall | ( | ) | const [inline] |
int Nan::FunctionCallbackInfo< T >::Length | ( | ) | const [inline] |
v8::Local<v8::Value> Nan::FunctionCallbackInfo< T >::operator[] | ( | int | i | ) | const [inline] |
v8::Local<v8::Object> Nan::FunctionCallbackInfo< T >::This | ( | ) | const [inline] |
const v8::Arguments& Nan::FunctionCallbackInfo< T >::args_ [private] |
v8::Local<v8::Value> Nan::FunctionCallbackInfo< T >::data_ [private] |
const int Nan::FunctionCallbackInfo< T >::kArgsLength = 7 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kCalleeIndex = 5 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kContextSaveIndex = 6 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kDataIndex = 4 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kHolderIndex = 0 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kIsolateIndex = 1 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kReturnValueDefaultValueIndex = 2 [static, protected] |
const int Nan::FunctionCallbackInfo< T >::kReturnValueIndex = 3 [static, protected] |
ReturnValue<T> Nan::FunctionCallbackInfo< T >::return_value_ [private] |
v8::Persistent<T> Nan::FunctionCallbackInfo< T >::retval_ [private] |