V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::FixedArrayBuilder Class Reference

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< FixedArrayarray ()
 
int length ()
 
int capacity ()
 
Handle< JSArrayToJSArray (Handle< JSArray > target_array)
 

Detailed Description

Definition at line 38 of file string-builder-inl.h.


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