V8 API Reference Guide generated from the header files
Public Member Functions | Static Public Member Functions
v8::PrimitiveArray Class Reference

#include <v8.h>

Public Member Functions

int Length () const
 
void Set (int index, Local< Primitive > item)
 
Local< PrimitiveGet (int index)
 

Static Public Member Functions

static Local< PrimitiveArrayNew (Isolate *isolate, int length)
 

Detailed Description

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.


The documentation for this class was generated from the following file: