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