v8
|
#include <v8.h>
Public Member Functions | |
V8_INLINE int | Length () const |
V8_INLINE Local< Value > | operator[] (int i) const |
V8_INLINE Local< Function > | Callee () const |
V8_INLINE Local< Object > | This () const |
V8_INLINE Local< Object > | Holder () const |
V8_INLINE bool | IsConstructCall () const |
V8_INLINE Local< Value > | Data () const |
V8_INLINE Isolate * | GetIsolate () const |
V8_INLINE ReturnValue< T > | GetReturnValue () const |
Static Public Attributes | |
static const int | kArgsLength = 7 |
Protected Member Functions | |
V8_INLINE | FunctionCallbackInfo (internal::Object **implicit_args, internal::Object **values, int length, bool is_construct_call) |
Protected Attributes | |
internal::Object ** | implicit_args_ |
internal::Object ** | values_ |
int | length_ |
int | is_construct_call_ |
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 | kCalleeIndex = 5 |
static const int | kContextSaveIndex = 6 |
Friends | |
class | internal::FunctionCallbackArguments |
class | internal::CustomArguments< FunctionCallbackInfo > |
The argument information given to function call callbacks. This class provides access to information about the context of the call, including the receiver, the number and values of arguments, and the holder of the function.
|
protected |
Local< Function > v8::FunctionCallbackInfo< T >::Callee | ( | ) | const |
Local< Value > v8::FunctionCallbackInfo< T >::Data | ( | ) | const |
Isolate * v8::FunctionCallbackInfo< T >::GetIsolate | ( | ) | const |
ReturnValue< T > v8::FunctionCallbackInfo< T >::GetReturnValue | ( | ) | const |
Local< Object > v8::FunctionCallbackInfo< T >::Holder | ( | ) | const |
bool v8::FunctionCallbackInfo< T >::IsConstructCall | ( | ) | const |
int v8::FunctionCallbackInfo< T >::Length | ( | ) | const |
Local< Value > v8::FunctionCallbackInfo< T >::operator[] | ( | int | i | ) | const |
Local< Object > v8::FunctionCallbackInfo< T >::This | ( | ) | const |
|
friend |
|
friend |
|
protected |
|
protected |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |