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
FixedArrayAppender Struct Reference

Public Types

typedef FixedArray Array
 

Static Public Member Functions

static bool Contains (Name *key, AccessorInfo *entry, int valid_descriptors, Handle< FixedArray > array)
 
static void Insert (Name *key, AccessorInfo *entry, int valid_descriptors, Handle< FixedArray > array)
 

Detailed Description

Definition at line 3153 of file objects.cc.

Member Typedef Documentation

typedef FixedArray Array

Definition at line 3154 of file objects.cc.

Member Function Documentation

static bool Contains ( Name key,
AccessorInfo entry,
int  valid_descriptors,
Handle< FixedArray array 
)
inlinestatic

Definition at line 3155 of file objects.cc.

References AccessorInfo::cast(), and v8::internal::name.

static void Insert ( Name key,
AccessorInfo entry,
int  valid_descriptors,
Handle< FixedArray array 
)
inlinestatic

Definition at line 3164 of file objects.cc.


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