V8 Project
|
#include <arguments.h>
Public Types | |
typedef CustomArgumentsBase< T::kArgsLength > | Super |
Public Member Functions | |
~CustomArguments () | |
![]() | |
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 () |
![]() | |
Object ** | begin () |
CustomArgumentsBase (Isolate *isolate) | |
Additional Inherited Members | |
![]() | |
Object * | values_ [kArrayLength] |
Definition at line 129 of file arguments.h.
typedef CustomArgumentsBase<T::kArgsLength> v8::internal::CustomArguments< T >::Super |
Definition at line 133 of file arguments.h.
|
inline |
Definition at line 134 of file arguments.h.
References v8::internal::CustomArgumentsBase< T::kArgsLength >::begin(), v8::internal::kHandleZapValue, and v8::internal::CustomArguments< T >::kReturnValueOffset.
|
inlineexplicitprotected |
Definition at line 140 of file arguments.h.
|
protected |
Definition at line 16 of file arguments.cc.
References v8::internal::handle().
|
inlineprotected |
Definition at line 145 of file arguments.h.
References v8::internal::CustomArgumentsBase< T::kArgsLength >::begin().
|
static |
Definition at line 131 of file arguments.h.
Referenced by v8::internal::CustomArguments< T >::~CustomArguments().