#include <v8.h>
Public Member Functions | |
| V8EXPORT uint32_t | Length () const |
| V8EXPORT Local< Object > | CloneElementAt (uint32_t index) |
Static Public Member Functions | |
| static V8EXPORT Local< Array > | New (int length=0) |
| static Array * | Cast (Value *obj) |
An instance of the built-in array constructor (ECMA-262, 15.4.2).
Clones an element at index |index|. Returns an empty handle if cloning fails (for any reason).
Creates a JavaScript array with the given length. If the length is negative the returned array will have length 0.
1.7.1