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

#include <api.h>

Public Member Functions

 NeanderArray ()
 
 NeanderArray (v8::internal::Handle< v8::internal::Object > obj)
 
v8::internal::Handle
< v8::internal::JSObject
value ()
 
void add (v8::internal::Handle< v8::internal::Object > value)
 
int length ()
 
v8::internal::Objectget (int index)
 
void set (int index, v8::internal::Object *value)
 

Detailed Description

Definition at line 73 of file api.h.

Constructor & Destructor Documentation

Definition at line 852 of file api.cc.

References Smi::FromInt(), and NeanderObject::set().

Definition at line 103 of file api.h.

Member Function Documentation

i::Object * get ( int  index)

Definition at line 862 of file api.cc.

References ASSERT, NeanderObject::get(), and NeanderArray::length().

void set ( int  index,
v8::internal::Object value 
)

Definition at line 888 of file api.cc.

References NeanderArray::length(), and NeanderObject::set().

Definition at line 77 of file api.h.

References NeanderObject::value().

Referenced by NeanderArray::length(), and Template::Set().


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