![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/wasm/constant-expression.h"#include "src/handles/handles.h"#include "src/heap/factory-inl.h"#include "src/heap/factory.h"#include "src/objects/oddball.h"#include "src/roots/roots.h"#include "src/wasm/constant-expression-interface.h"#include "src/wasm/function-body-decoder-impl.h"#include "src/wasm/wasm-code-manager.h"#include "src/wasm/wasm-module.h"#include "src/wasm/wasm-objects.h"#include "src/wasm/wasm-opcodes-inl.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::internal::wasm |
Functions | |
| ValueOrError | v8::internal::wasm::EvaluateConstantExpression (Zone *zone, ConstantExpression expr, ValueType expected, const WasmModule *module, Isolate *isolate, DirectHandle< WasmTrustedInstanceData > trusted_instance_data, DirectHandle< WasmTrustedInstanceData > shared_trusted_instance_data) |