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