Package io.webfolder.cdp.type.debugger
Class WasmDisassemblyChunk
java.lang.Object
io.webfolder.cdp.type.debugger.WasmDisassemblyChunk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe bytecode offsets describing the start of each line.getLines()
The next chunk of disassembled lines.void
setBytecodeOffsets
(List<Integer> bytecodeOffsets) The bytecode offsets describing the start of each line.void
The next chunk of disassembled lines.toString()
-
Constructor Details
-
WasmDisassemblyChunk
public WasmDisassemblyChunk()
-
-
Method Details