blob: 0a396561b4107cb778261d77ce96b99f7ffcb193 [file] [log] [blame]
function test() {
return typeof WeakSet.prototype.delete === "function";
}
if (!test())
throw new Error("Test failed");