зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1866252 - Disable tails call test if WebAssembly.Function is not available. r=jpages
Differential Revision: https://phabricator.services.mozilla.com/D194521
This commit is contained in:
Родитель
c7f6b261d8
Коммит
cf0128dfe7
|
@ -1,4 +1,4 @@
|
|||
// |jit-test| --more-compartments; skip-variant-if: --wasm-test-serialization, true; skip-variant-if: --wasm-compiler=ion, true; skip-if: !wasmGcEnabled()
|
||||
// |jit-test| --more-compartments; skip-variant-if: --wasm-test-serialization, true; skip-variant-if: --wasm-compiler=ion, true; skip-if: !wasmGcEnabled() || !('Function' in WebAssembly)
|
||||
|
||||
a = newGlobal();
|
||||
a.b = this;
|
||||
|
|
Загрузка…
Ссылка в новой задаче