Public Member Functions | Static Protected Attributes | Private Attributes
Nan::FunctionCallbackInfo< T > Class Template Reference

#include <nan.h>

List of all members.

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_

Detailed Description

template<typename T>
class Nan::FunctionCallbackInfo< T >

Definition at line 102 of file nan.h.


Constructor & Destructor Documentation

template<typename T >
Nan::FunctionCallbackInfo< T >::FunctionCallbackInfo ( const v8::Arguments &  args,
v8::Local< v8::Value >  data 
) [inline, explicit]

Definition at line 109 of file nan.h.

template<typename T >
Nan::FunctionCallbackInfo< T >::~FunctionCallbackInfo ( ) [inline]

Definition at line 117 of file nan.h.


Member Function Documentation

template<typename T >
v8::Local<v8::Function> Nan::FunctionCallbackInfo< T >::Callee ( ) const [inline]

Definition at line 126 of file nan.h.

template<typename T >
v8::Local<v8::Value> Nan::FunctionCallbackInfo< T >::Data ( ) const [inline]

Definition at line 127 of file nan.h.

template<typename T >
v8::Isolate* Nan::FunctionCallbackInfo< T >::GetIsolate ( ) const [inline]

Definition at line 133 of file nan.h.

template<typename T >
ReturnValue<T> Nan::FunctionCallbackInfo< T >::GetReturnValue ( ) const [inline]

Definition at line 122 of file nan.h.

template<typename T >
v8::Local<v8::Object> Nan::FunctionCallbackInfo< T >::Holder ( ) const [inline]

Definition at line 128 of file nan.h.

template<typename T >
bool Nan::FunctionCallbackInfo< T >::IsConstructCall ( ) const [inline]

Definition at line 129 of file nan.h.

template<typename T >
int Nan::FunctionCallbackInfo< T >::Length ( ) const [inline]

Definition at line 130 of file nan.h.

template<typename T >
v8::Local<v8::Value> Nan::FunctionCallbackInfo< T >::operator[] ( int  i) const [inline]

Definition at line 131 of file nan.h.

template<typename T >
v8::Local<v8::Object> Nan::FunctionCallbackInfo< T >::This ( ) const [inline]

Definition at line 132 of file nan.h.


Member Data Documentation

template<typename T >
const v8::Arguments& Nan::FunctionCallbackInfo< T >::args_ [private]

Definition at line 103 of file nan.h.

template<typename T >
v8::Local<v8::Value> Nan::FunctionCallbackInfo< T >::data_ [private]

Definition at line 104 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kArgsLength = 7 [static, protected]

Definition at line 144 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kCalleeIndex = 5 [static, protected]

Definition at line 142 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kContextSaveIndex = 6 [static, protected]

Definition at line 143 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kDataIndex = 4 [static, protected]

Definition at line 141 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kHolderIndex = 0 [static, protected]

Definition at line 137 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kIsolateIndex = 1 [static, protected]

Definition at line 138 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kReturnValueDefaultValueIndex = 2 [static, protected]

Definition at line 139 of file nan.h.

template<typename T >
const int Nan::FunctionCallbackInfo< T >::kReturnValueIndex = 3 [static, protected]

Definition at line 140 of file nan.h.

template<typename T >
ReturnValue<T> Nan::FunctionCallbackInfo< T >::return_value_ [private]

Definition at line 105 of file nan.h.

template<typename T >
v8::Persistent<T> Nan::FunctionCallbackInfo< T >::retval_ [private]

Definition at line 106 of file nan.h.


The documentation for this class was generated from the following file:


dji_ronin
Author(s):
autogenerated on Sat Jun 8 2019 20:15:32