V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
int | NumFunctions () const |
int | NumImportedFunctions () const |
std::pair< int, int > | GetFunctionRange (int function_index) const |
debug::WasmDisassembly | DisassembleFunction (int function_index) const |
uint32_t | GetFunctionHash (int function_index) |
Public Member Functions inherited from v8::debug::Script | |
v8::Isolate * | GetIsolate () const |
ScriptOriginOptions | OriginOptions () const |
bool | WasCompiled () const |
bool | IsEmbedded () const |
int | Id () const |
int | LineOffset () const |
int | ColumnOffset () const |
std::vector< int > | LineEnds () const |
MaybeLocal< String > | Name () const |
MaybeLocal< String > | SourceURL () const |
MaybeLocal< String > | SourceMappingURL () const |
Maybe< int > | ContextId () const |
MaybeLocal< String > | Source () const |
bool | IsWasm () const |
bool | IsModule () const |
bool | GetPossibleBreakpoints (const debug::Location &start, const debug::Location &end, bool restrict_to_function, std::vector< debug::BreakLocation > *locations) const |
int | GetSourceOffset (const debug::Location &location) const |
v8::debug::Location | GetSourceLocation (int offset) const |
bool | SetScriptSource (v8::Local< v8::String > newSource, bool preview, LiveEditResult *result) const |
bool | SetBreakpoint (v8::Local< v8::String > condition, debug::Location *location, BreakpointId *id) const |
Static Public Member Functions | |
static WasmScript * | Cast (Script *script) |
Definition at line 139 of file debug-interface.h.