V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::PrimitiveArray Class Reference

#include <v8.h>

Public Member Functions

int Length () const
 
void Set (Isolate *isolate, int index, Local< Primitive > item)
 
Local< PrimitiveGet (Isolate *isolate, 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.

Definition at line 997 of file v8.h.


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