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