v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Types | |
typedef CustomArgumentsBase < T::kArgsLength > | Super |
Public Member Functions | |
~CustomArguments () | |
Public Member Functions inherited from CustomArgumentsBase< T::kArgsLength > | |
virtual void | IterateInstance (ObjectVisitor *v) |
Static Public Attributes | |
static const int | kReturnValueOffset = T::kReturnValueIndex |
Protected Member Functions | |
CustomArguments (Isolate *isolate) | |
template<typename V > | |
v8::Handle< V > | GetReturnValue (Isolate *isolate) |
Isolate * | isolate () |
Protected Member Functions inherited from CustomArgumentsBase< T::kArgsLength > | |
Object ** | begin () |
CustomArgumentsBase (Isolate *isolate) | |
Additional Inherited Members | |
Protected Attributes inherited from CustomArgumentsBase< T::kArgsLength > | |
Object * | values_ [kArrayLength] |
typedef CustomArgumentsBase<T::kArgsLength> Super |
Definition at line 152 of file arguments.h.
|
inline |
Definition at line 153 of file arguments.h.
|
inlineexplicitprotected |
Definition at line 159 of file arguments.h.
|
protected |
Definition at line 39 of file arguments.cc.
References v8::internal::handle().
|
inlineprotected |
Definition at line 164 of file arguments.h.
|
static |
Definition at line 150 of file arguments.h.
Referenced by CustomArguments< PropertyCallbackInfo< Value > >::~CustomArguments().