V8 Project
|
#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 115 of file arguments.h.
|
inlineexplicitprotected |
Definition at line 122 of file arguments.h.
|
inlineprotected |
Definition at line 121 of file arguments.h.
References v8::internal::CustomArgumentsBase< kArrayLength >::values_.
|
inlinevirtual |
Definition at line 117 of file arguments.h.
References v8::internal::CustomArgumentsBase< kArrayLength >::values_.
|
protected |
Definition at line 124 of file arguments.h.
Referenced by v8::internal::CustomArgumentsBase< kArrayLength >::begin(), and v8::internal::CustomArgumentsBase< kArrayLength >::IterateInstance().