v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <arguments.h>
Public Member Functions | |
virtual void | IterateInstance (ObjectVisitor *v) |
Protected Member Functions | |
Object ** | begin () |
CustomArgumentsBase (Isolate *isolate) | |
Protected Attributes | |
Object * | values_ [kArrayLength] |
Definition at line 134 of file arguments.h.
|
inlineexplicitprotected |
Definition at line 141 of file arguments.h.
|
inlineprotected |
Definition at line 140 of file arguments.h.
|
inlinevirtual |
Definition at line 136 of file arguments.h.
|
protected |
Definition at line 143 of file arguments.h.
Referenced by CustomArgumentsBase< FunctionCallbackInfo< Value >::kArgsLength >::begin(), and CustomArgumentsBase< FunctionCallbackInfo< Value >::kArgsLength >::IterateInstance().