haikuwebkit/JSTests/es6/Set_Set.prototype.entries.js

10 lines
131 B
JavaScript

function test() {
return typeof Set.prototype.entries === "function";
}
if (!test())
throw new Error("Test failed");