V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
int | GetBuiltinsCount () |
int | GetDebuggerCount () |
Vector< const char > | GetScriptSource (int index) |
Vector< const char > | GetScriptName (int index) |
int | GetIndex (const char *id) |
Vector< const char > | GetScriptsSource () |
Static Public Member Functions | |
static NativesStore * | MakeFromScriptsSource (SnapshotByteSource *source) |
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.