blob: ca025576c2b49604f053c83002f3a9cc8ef41a7b [file] [log] [blame]
// META: global=jsshell
test(() => {
const argument = { "value": "i32" };
const global = new WebAssembly.Global(argument);
assert_class_string(global, "WebAssembly.Global");
}, "Object.prototype.toString on an Global");