![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
FixedArrayBuilder (Isolate *isolate, int initial_capacity) | |
FixedArrayBuilder (Handle< FixedArray > backing_store) | |
bool | HasCapacity (int elements) |
void | EnsureCapacity (Isolate *isolate, int elements) |
void | Add (Object *value) |
void | Add (Smi value) |
Handle< FixedArray > | array () |
int | length () |
int | capacity () |
Handle< JSArray > | ToJSArray (Handle< JSArray > target_array) |
Definition at line 38 of file string-builder-inl.h.