v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CustomArguments Class Reference

#include <arguments.h>

Inheritance diagram for CustomArguments:
Collaboration diagram for CustomArguments:

Public Member Functions

 CustomArguments (Isolate *isolate, Object *data, Object *self, JSObject *holder)
 
 CustomArguments (Isolate *isolate)
 
void IterateInstance (ObjectVisitor *v)
 
Object ** end ()
 

Detailed Description

Definition at line 88 of file arguments.h.

Constructor & Destructor Documentation

CustomArguments ( Isolate isolate,
Object data,
Object self,
JSObject holder 
)
inline

Definition at line 90 of file arguments.h.

References ASSERT.

CustomArguments ( Isolate isolate)
inlineexplicit

Definition at line 101 of file arguments.h.

References ARRAY_SIZE, and v8::internal::kZapValue.

Member Function Documentation

Object** end ( )
inline

Definition at line 110 of file arguments.h.

References ARRAY_SIZE.

void IterateInstance ( ObjectVisitor *  v)

Definition at line 541 of file handles.cc.

References ARRAY_SIZE.


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