![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <function-body-decoder-impl.h>
Public Member Functions | |
| template<typename ValidationTag > | |
| ArrayIndexImmediate (Decoder *decoder, const uint8_t *pc, ValidationTag validate={}) | |
| HeapType | heap_type () const |
Public Member Functions inherited from v8::internal::wasm::TypeIndexImmediate | |
| template<typename ValidationTag > | |
| TypeIndexImmediate (Decoder *decoder, const uint8_t *pc, const char *name, ValidationTag={}) | |
Public Attributes | |
| const ArrayType * | array_type = nullptr |
| bool | shared = false |
Public Attributes inherited from v8::internal::wasm::TypeIndexImmediate | |
| ModuleTypeIndex | index |
| uint32_t | length |
Definition at line 670 of file function-body-decoder-impl.h.
|
inline |
Definition at line 675 of file function-body-decoder-impl.h.
|
inline |
Definition at line 679 of file function-body-decoder-impl.h.
| const ArrayType* v8::internal::wasm::ArrayIndexImmediate::array_type = nullptr |
Definition at line 671 of file function-body-decoder-impl.h.
| bool v8::internal::wasm::ArrayIndexImmediate::shared = false |
Definition at line 672 of file function-body-decoder-impl.h.