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