V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::debug::WasmDisassemblyOffsetTableEntry Struct Reference

#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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: