#include <module-decoder-impl.h>
Definition at line 161 of file module-decoder-impl.h.
 
◆ WasmSectionIterator()
  
  | 
        
          | v8::internal::wasm::WasmSectionIterator::WasmSectionIterator | ( | Decoder * | decoder, |  
          |  |  | ITracer * | tracer ) |  | inlineexplicit | 
 
 
◆ advance()
  
  | 
        
          | void v8::internal::wasm::WasmSectionIterator::advance | ( | bool | move_to_section_end = false | ) |  |  | inline | 
 
 
◆ more()
  
  | 
        
          | bool v8::internal::wasm::WasmSectionIterator::more | ( |  | ) | const |  | inline | 
 
 
◆ next()
  
  | 
        
          | void v8::internal::wasm::WasmSectionIterator::next | ( |  | ) |  |  | inlineprivate | 
 
 
◆ payload()
  
  | 
        
          | base::Vector< const uint8_t > v8::internal::wasm::WasmSectionIterator::payload | ( |  | ) | const |  | inline | 
 
 
◆ payload_length()
  
  | 
        
          | uint32_t v8::internal::wasm::WasmSectionIterator::payload_length | ( |  | ) | const |  | inline | 
 
 
◆ payload_start()
  
  | 
        
          | const uint8_t * v8::internal::wasm::WasmSectionIterator::payload_start | ( |  | ) | const |  | inline | 
 
 
◆ section_code()
  
  | 
        
          | SectionCode v8::internal::wasm::WasmSectionIterator::section_code | ( |  | ) | const |  | inline | 
 
 
◆ section_end()
  
  | 
        
          | const uint8_t * v8::internal::wasm::WasmSectionIterator::section_end | ( |  | ) | const |  | inline | 
 
 
◆ section_length()
  
  | 
        
          | uint32_t v8::internal::wasm::WasmSectionIterator::section_length | ( |  | ) | const |  | inline | 
 
 
◆ section_start()
  
  | 
        
          | const uint8_t * v8::internal::wasm::WasmSectionIterator::section_start | ( |  | ) | const |  | inline | 
 
 
◆ decoder_
  
  | 
        
          | Decoder* v8::internal::wasm::WasmSectionIterator::decoder_ |  | private | 
 
 
◆ payload_start_
  
  | 
        
          | const uint8_t* v8::internal::wasm::WasmSectionIterator::payload_start_ |  | private | 
 
 
◆ section_code_
  
  | 
        
          | SectionCode v8::internal::wasm::WasmSectionIterator::section_code_ |  | private | 
 
 
◆ section_end_
  
  | 
        
          | const uint8_t* v8::internal::wasm::WasmSectionIterator::section_end_ |  | private | 
 
 
◆ section_start_
  
  | 
        
          | const uint8_t* v8::internal::wasm::WasmSectionIterator::section_start_ |  | private | 
 
 
◆ tracer_
  
  | 
        
          | ITracer* v8::internal::wasm::WasmSectionIterator::tracer_ |  | private | 
 
 
The documentation for this class was generated from the following file: