![]() |
My Project
V8 API Reference Guide generated from the header files
|
#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) |
| V8_DEPRECATED ("Use Isolate version", void Set(int index, Local< Primitive > item)) | |
| V8_DEPRECATED ("Use Isolate version", Local< Primitive > Get(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.
1.8.15