![]() |
v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static V8_INLINE ArrayBufferView * | 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) |
Static Public Attributes | |
static const int | kInternalFieldCount |
A base class for an instance of one of "views" over ArrayBuffer, including TypedArrays and DataView (ES6 draft 15.13).
This API is experimental and may change significantly.
Local<ArrayBuffer> Buffer | ( | ) |
Returns underlying ArrayBuffer.
size_t ByteLength | ( | ) |
Size of a view in bytes.
size_t ByteOffset | ( | ) |
Byte offset in |Buffer|.
|
static |
|
static |