v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#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 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 V8_INLINE 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.
Definition at line 57 of file v8-primitive.h.
|
inlinestatic |
Definition at line 64 of file v8-primitive.h.
int Length | ( | ) | const |
|
static |