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