![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/memory.h"#include "src/common/simd128.h"#include "src/handles/handles.h"#include "src/utils/boxed-float.h"#include "src/wasm/value-type.h"#include "third_party/fp16/src/include/fp16.h"Go to the source code of this file.
Classes | |
| class | v8::internal::wasm::WasmValue |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |
Macros | |
| #define | FOREACH_PRIMITIVE_WASMVAL_TYPE(V) |
| #define | DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) |
| #define | DECLARE_CAST(name, localtype, ctype, ...) |
Functions | |
| v8::internal::wasm::ASSERT_TRIVIALLY_COPYABLE (DirectHandle< Object >) | |
| #define DECLARE_CAST | ( | name, | |
| localtype, | |||
| ctype, | |||
| ... ) |
Definition at line 184 of file wasm-value.h.
| #define DEFINE_TYPE_SPECIFIC_METHODS | ( | name, | |
| localtype, | |||
| ctype ) |
Definition at line 51 of file wasm-value.h.
| #define FOREACH_PRIMITIVE_WASMVAL_TYPE | ( | V | ) |
Definition at line 30 of file wasm-value.h.