#include <v8-primitive.h>
Public Member Functions | |
int | Length () const |
void | Set (Isolate *isolate, int index, Local< Primitive > item) |
Local< Primitive > | Get (Isolate *isolate, int index) |
Public Member Functions inherited from v8::Data | |
bool | IsValue () const |
bool | IsModule () const |
bool | IsFixedArray () const |
bool | IsPrivate () const |
bool | IsObjectTemplate () const |
bool | IsFunctionTemplate () const |
bool | IsContext () const |
Static Public Member Functions | |
static Local< PrimitiveArray > | New (Isolate *isolate, int length) |
static PrimitiveArray * | Cast (Data *data) |
An array to hold Primitive values. This is used by the embedder to pass host defined options to the ScriptOptions during compilation.
This is passed back to the embedder as part of HostImportModuleDynamicallyCallback for module loading.
|
inlinestatic |
int v8::PrimitiveArray::Length | ( | ) | const |
|
static |