![]() |
v8
3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static V8EXPORT Local< Array > | New (int length=0) |
static Array * | Cast (Value *obj) |
![]() | |
static V8EXPORT Local< Object > | New () |
static Object * | 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).
V8EXPORT uint32_t Length | ( | ) | const |
Creates a JavaScript array with the given length. If the length is negative the returned array will have length 0.