]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/arguments-bizarre-behavior.js
2 Object
.defineProperty(arguments
, 0, {configurable: true, enumerable: true, writable:true, value:42});
3 return [x
, arguments
[0], arguments
]
14 if (Array
.prototype.join
.call(result
[2], ",") != "42")
18 for (var s
in result
[2])
21 if (array
.join(",") != "0")
24 if (Object
.keys(result
[2]).join(",") != "0")