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