We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca714e commit cf2480bCopy full SHA for cf2480b
test/js-api/global/constructor.any.js
@@ -167,5 +167,5 @@ test(() => {
167
168
test(() => {
169
const argument = { "value": "v128" };
170
- assert_throws_js(TypeError, () =>new WebAssembly.Global(argument));
+ assert_throws_js(TypeError, () => new WebAssembly.Global(argument));
171
}, "Construct v128 global");
0 commit comments