![]() |
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 | |
Merge (bool reached=false) | |
Value & | operator[] (uint32_t i) |
Public Attributes | ||
uint32_t | arity = 0 | |
union { | ||
Value * array | ||
Value first | ||
} | vals = {nullptr} | |
bool | reached | |
Definition at line 1168 of file function-body-decoder-impl.h.
|
inlineexplicit |
Definition at line 1179 of file function-body-decoder-impl.h.
|
inline |
Definition at line 1181 of file function-body-decoder-impl.h.
uint32_t v8::internal::wasm::Merge< Value >::arity = 0 |
Definition at line 1169 of file function-body-decoder-impl.h.
Value* v8::internal::wasm::Merge< Value >::array |
Definition at line 1171 of file function-body-decoder-impl.h.
Value v8::internal::wasm::Merge< Value >::first |
Definition at line 1172 of file function-body-decoder-impl.h.
bool v8::internal::wasm::Merge< Value >::reached |
Definition at line 1177 of file function-body-decoder-impl.h.
union { ... } v8::internal::wasm::Merge< Value >::vals |