Updates:
Labels: ES5
Comment #1 on issue 1752 by [email protected]: Operands of ">" and "<="
should be evaluated left-to-right.
http://code.google.com/p/v8/issues/detail?id=1752
The behavior of > and <= have changed between ES3 and ES5. We should now always do ToValue on the left operand first, and not go out of our way to do it the opposite way to match ES3.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
