V8 API Reference Guide for node.js v9.10.0 - v9.11.1
|
#include <v8.h>
Public Member Functions | |
int | Length () const |
void | Set (int index, Local< Primitive > item) |
Local< Primitive > | Get (int index) |
Static Public Member Functions | |
static Local< PrimitiveArray > | New (Isolate *isolate, int length) |
This is an unfinished experimental feature, and is only exposed here for internal testing purposes. DO NOT USE.
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 HostImportDynamicallyCallback for module loading.