summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/ref-types/fuzz-gc-while-allocating-global.js
blob: 0b516223976346e91645ea33bf247ceb54579ea7 (plain)
1
2
3
enableShellAllocationMetadataBuilder();
gczeal(9, 1);
new WebAssembly.Global({ value: 'i32' }, 42);