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