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

Public Member Functions

int GetBuiltinsCount ()
 
int GetDebuggerCount ()
 
Vector< const charGetScriptSource (int index)
 
Vector< const charGetScriptName (int index)
 
int GetIndex (const char *id)
 
Vector< const charGetScriptsSource ()
 

Static Public Member Functions

static NativesStoreMakeFromScriptsSource (SnapshotByteSource *source)
 

Detailed Description

NativesStore stores the 'native' (builtin) JS libraries.

NativesStore needs to be initialized before using V8, usually by the embedder calling v8::SetNativesDataBlob, which calls SetNativesFromFile below.

Definition at line 27 of file natives-external.cc.


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