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