v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
FixedArrayBuilder (Isolate *isolate, int initial_capacity) | |
FixedArrayBuilder (Handle< FixedArray > backing_store) | |
bool | HasCapacity (int elements) |
void | EnsureCapacity (int elements) |
void | Add (Object *value) |
void | Add (Smi *value) |
Handle< FixedArray > | array () |
int | length () |
int | capacity () |
Handle< JSArray > | ToJSArray () |
Handle< JSArray > | ToJSArray (Handle< JSArray > target_array) |
Definition at line 2302 of file runtime.cc.
|
inlineexplicit |
Definition at line 2304 of file runtime.cc.
References ASSERT.
|
inlineexplicit |
Definition at line 2313 of file runtime.cc.
References ASSERT.
|
inline |
Definition at line 2343 of file runtime.cc.
References ASSERT, and FixedArrayBuilder::capacity().
Referenced by ReplacementStringBuilder::AddSubjectSlice().
|
inline |
Definition at line 2351 of file runtime.cc.
References ASSERT, and FixedArrayBuilder::capacity().
|
inline |
Definition at line 2358 of file runtime.cc.
Referenced by ReplacementStringBuilder::ToString().
|
inline |
Definition at line 2366 of file runtime.cc.
Referenced by FixedArrayBuilder::Add().
|
inline |
Definition at line 2328 of file runtime.cc.
References FixedArrayBuilder::length().
Referenced by ReplacementStringBuilder::EnsureCapacity().
|
inline |
Definition at line 2322 of file runtime.cc.
|
inline |
Definition at line 2362 of file runtime.cc.
Referenced by FixedArrayBuilder::EnsureCapacity(), and ReplacementStringBuilder::ToString().
Definition at line 2370 of file runtime.cc.
References FACTORY, and Smi::FromInt().
Referenced by ReplacementStringBuilder::GetParts(), and v8::internal::RUNTIME_FUNCTION().
Definition at line 2376 of file runtime.cc.
References FACTORY, and Smi::FromInt().