blob: 84cda9c356ba2f46ae9d9ae696d80c0ac721296d [file] [log] [blame]
function test() {
new WeakMap(null);
return true;
}
if (!test())
throw new Error("Test failed");