v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CustomArgumentsBase< kArrayLength > Class Template Reference

#include <arguments.h>

Inheritance diagram for CustomArgumentsBase< kArrayLength >:
Collaboration diagram for CustomArgumentsBase< kArrayLength >:

Public Member Functions

virtual void IterateInstance (ObjectVisitor *v)
 

Protected Member Functions

Object ** begin ()
 
 CustomArgumentsBase (Isolate *isolate)
 

Protected Attributes

Objectvalues_ [kArrayLength]
 

Detailed Description

template<int kArrayLength>
class v8::internal::CustomArgumentsBase< kArrayLength >

Definition at line 134 of file arguments.h.

Constructor & Destructor Documentation

CustomArgumentsBase ( Isolate isolate)
inlineexplicitprotected

Definition at line 141 of file arguments.h.

Member Function Documentation

Object** begin ( )
inlineprotected

Definition at line 140 of file arguments.h.

virtual void IterateInstance ( ObjectVisitor *  v)
inlinevirtual

Definition at line 136 of file arguments.h.

Field Documentation


The documentation for this class was generated from the following file: