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