v8
8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Member Functions | |
int | Length () const |
void | Set (Isolate *isolate, int index, Local< Primitive > item) |
Local< Primitive > | Get (Isolate *isolate, int index) |
Static Public Member Functions | |
static Local< PrimitiveArray > | New (Isolate *isolate, int length) |
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.
int Length | ( | ) | const |
|
static |