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