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