blob: 813dabbed01a77f45c1c2712c33586c4962f7400 [file] [log] [blame]
function test() {
return (function() {
return typeof arguments[Symbol.iterator] === 'function'
&& Object.hasOwnProperty.call(arguments, Symbol.iterator);
}());
}
if (!test())
throw new Error("Test failed");