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