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