-
Sub-task
-
Resolution: Fixed
-
P3
-
8
-
None
-
b110
-
generic
-
generic
Please see ECMA 15.1.2.2 parseInt (string , radix) for the order of steps.
jjs> parseInt("", {valueOf:function(){throw "blubb"}})
Expected: exception to be thrown
Actual: NaN returned
jjs> parseInt("", {valueOf:function(){throw "blubb"}})
Expected: exception to be thrown
Actual: NaN returned