-
Sub-task
-
Resolution: Fixed
-
P4
-
8
-
None
-
b94
-
generic
-
generic
-
Verified
Array.prototype.reduceRight.call({length:0xffffffff, 0xfffffffe: "index: "}, function(acc,v,i,o){print(v+i); throw "stop"}, 0)
=> should print "index: 4294967294" and then throw the exception "stop"