v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm-features.cc File Reference
Include dependency graph for wasm-features.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Macros

#define CHECK_FEATURE_FLAG(feat, ...)
 

Macro Definition Documentation

◆ CHECK_FEATURE_FLAG

#define CHECK_FEATURE_FLAG ( feat,
... )
Value:
if (!v8_flags.wasm_jitless && v8_flags.experimental_wasm_##feat) \
features.Add(WasmEnabledFeature::feat);