![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <debug-interface.h>
Public Member Functions | |
size_t | Length () const |
size_t | Size () const |
MaybeLocal< String > | JavaScriptCode () const |
An internal representation of the source for a given v8::debug::Script
, which can be a v8::String
, in which case it represents JavaScript source, or it can be a managed pointer to a native Wasm module, or it can be undefined to indicate that source is unavailable.
Definition at line 188 of file debug-interface.h.
MaybeLocal< String > v8::debug::ScriptSource::JavaScriptCode | ( | ) | const |
size_t v8::debug::ScriptSource::Length | ( | ) | const |
size_t v8::debug::ScriptSource::Size | ( | ) | const |
Definition at line 442 of file debug-interface.cc.