V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::debug::WasmScript Class Reference
Inheritance diagram for v8::debug::WasmScript:
v8::debug::Script

Public Member Functions

int NumFunctions () const
 
int NumImportedFunctions () const
 
std::pair< int, intGetFunctionRange (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< intLineEnds () const
 
MaybeLocal< StringName () const
 
MaybeLocal< StringSourceURL () const
 
MaybeLocal< StringSourceMappingURL () const
 
Maybe< intContextId () const
 
MaybeLocal< StringSource () 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 WasmScriptCast (Script *script)
 

Detailed Description

Definition at line 139 of file debug-interface.h.


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