v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
Contents () | |
void * | Data () const |
size_t | ByteLength () const |
Friends | |
class | ArrayBuffer |
The contents of an |ArrayBuffer|. Externalization of |ArrayBuffer| returns an instance of this class, populated, with a pointer to data and byte length.
The Data pointer of ArrayBuffer::Contents is always allocated with Allocator::Allocate that is set with V8::SetArrayBufferAllocator.
This API is experimental and may change significantly.
|
inline |
Definition at line 2781 of file v8.h.
Referenced by ScopedArrayBufferContents::ByteLength().
|
inline |
Definition at line 2780 of file v8.h.
Referenced by ScopedArrayBufferContents::Data(), and ScopedArrayBufferContents::~ScopedArrayBufferContents().
|
friend |