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