V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
struct | TransLocation |
Public Member Functions | |
TranslatorImpl (v8::Isolate *isolate, v8::Local< v8::debug::WasmScript > script) | |
void | Init (v8::Isolate *isolate, WasmTranslation *translation, V8DebuggerAgentImpl *agent) |
void | Translate (TransLocation *loc) |
void | TranslateBack (TransLocation *loc) |
const WasmSourceInformation & | GetSourceInformation (v8::Isolate *isolate, int index) |
const String16 | GetHash (v8::Isolate *isolate, int index) |
int | GetContextId (v8::Isolate *isolate) |
Static Public Member Functions | |
static bool | LessThan (const v8::debug::WasmDisassemblyOffsetTableEntry &entry, const TransLocation &loc) |
Definition at line 55 of file wasm-translation.cc.