|
V8 Project
|
#include <arguments.h>
Inheritance diagram for v8::internal::CustomArguments< T >:
Collaboration diagram for v8::internal::CustomArguments< T >:Public Types | |
| typedef CustomArgumentsBase< T::kArgsLength > | Super |
Public Member Functions | |
| ~CustomArguments () | |
Public Member Functions inherited from v8::internal::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 v8::internal::CustomArgumentsBase< T::kArgsLength > | |
| Object ** | begin () |
| CustomArgumentsBase (Isolate *isolate) | |
Additional Inherited Members | |
Protected Attributes inherited from v8::internal::CustomArgumentsBase< T::kArgsLength > | |
| 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.
Here is the call graph for this function:
|
inlineexplicitprotected |
Definition at line 140 of file arguments.h.
|
protected |
Definition at line 16 of file arguments.cc.
References v8::internal::handle().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 145 of file arguments.h.
References v8::internal::CustomArgumentsBase< T::kArgsLength >::begin().
Here is the call graph for this function:
|
static |
Definition at line 131 of file arguments.h.
Referenced by v8::internal::CustomArguments< T >::~CustomArguments().