![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <function-body-decoder.h>
Public Member Functions | |
| WasmOpcode | operator* () |
Public Member Functions inherited from v8::internal::wasm::BytecodeIterator::iterator_base | |
| iterator_base & | operator++ () |
| bool | operator== (const iterator_base &that) const |
Private Member Functions | |
| opcode_iterator (const uint8_t *ptr, const uint8_t *end) | |
Friends | |
| class | BytecodeIterator |
Additional Inherited Members | |
Public Types inherited from v8::base::iterator< std::input_iterator_tag, WasmOpcode > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
Protected Member Functions inherited from v8::internal::wasm::BytecodeIterator::iterator_base | |
| iterator_base (const uint8_t *ptr, const uint8_t *end) | |
Protected Attributes inherited from v8::internal::wasm::BytecodeIterator::iterator_base | |
| const uint8_t * | ptr_ |
| const uint8_t * | end_ |
Definition at line 107 of file function-body-decoder.h.
|
inlineprivate |
Definition at line 118 of file function-body-decoder.h.
|
inline |
Definition at line 111 of file function-body-decoder.h.
|
friend |
Definition at line 117 of file function-body-decoder.h.