![]() |
v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static Local< Array > | New (Isolate *isolate, int length=0) |
static V8_INLINE Array * | Cast (Value *obj) |
![]() | |
static V8_INLINE int | InternalFieldCount (const PersistentBase< Object > &object) |
static V8_INLINE void * | GetAlignedPointerFromInternalField (const PersistentBase< Object > &object, int index) |
static Local< Object > | New (Isolate *isolate) |
static V8_INLINE Object * | Cast (Value *obj) |
![]() | |
template<class T > | |
static V8_INLINE Value * | Cast (T *value) |
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).
uint32_t Length | ( | ) | const |
Creates a JavaScript array with the given length. If the length is negative the returned array will have length 0.