blob: 572db0c01b620dd317f2079df6d0ea7cff6333fe [file] [log] [blame]
// META: global=jsshell
test(() => {
assert_not_own_property(WebAssembly.CompileError.prototype, Symbol.toStringTag);
}, "WebAssembly.CompileError");
test(() => {
assert_not_own_property(WebAssembly.LinkError.prototype, Symbol.toStringTag);
}, "WebAssembly.LinkError");
test(() => {
assert_not_own_property(WebAssembly.RuntimeError.prototype, Symbol.toStringTag);
}, "WebAssembly.RuntimeError");