V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <interface-types.h>
Public Member Functions | |
WasmDisassemblyOffsetTableEntry (uint32_t byte_offset, int line, int column) | |
Public Attributes | |
uint32_t | byte_offset |
int | line |
int | column |
The result of disassembling a wasm function. Consists of the disassembly string and an offset table mapping wasm byte offsets to line and column in the disassembly. The offset table entries are ordered by the byte_offset. All numbers are 0-based.
Definition at line 52 of file interface-types.h.