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