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