V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::wasm::BytecodeIterator Class Reference
Inheritance diagram for v8::internal::wasm::BytecodeIterator:
NON_EXPORTED_BASEDecoder

Classes

class  offset_iterator
 
class  opcode_iterator
 

Public Member Functions

 BytecodeIterator (const byte *start, const byte *end, BodyLocalDecls *decls=nullptr)
 
base::iterator_range< opcode_iteratoropcodes ()
 
base::iterator_range< offset_iteratoroffsets ()
 
WasmOpcode current ()
 
void next ()
 
bool has_next ()
 
WasmOpcode prefixed_opcode ()
 

Detailed Description

Definition at line 88 of file function-body-decoder.h.


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