test262/implementation-contributed/javascriptcore/wasm/noJIT/noJIT.js

3 lines
124 B
JavaScript

if (typeof WebAssembly !== "undefined")
throw new Error("Expect WebAssembly global object is undefined if JIT is off");