![]() |
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 > | |
| StructIndexImmediate (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 StructType * | struct_type = nullptr |
| bool | shared = false |
Public Attributes inherited from v8::internal::wasm::TypeIndexImmediate | |
| ModuleTypeIndex | index |
| uint32_t | length |
Definition at line 656 of file function-body-decoder-impl.h.
|
inline |
Definition at line 661 of file function-body-decoder-impl.h.
|
inline |
Definition at line 665 of file function-body-decoder-impl.h.
| bool v8::internal::wasm::StructIndexImmediate::shared = false |
Definition at line 658 of file function-body-decoder-impl.h.
| const StructType* v8::internal::wasm::StructIndexImmediate::struct_type = nullptr |
Definition at line 657 of file function-body-decoder-impl.h.