lgtm
https://chromiumcodereview.appspot.com/9630009/diff/1/src/v8natives.js File src/v8natives.js (right): https://chromiumcodereview.appspot.com/9630009/diff/1/src/v8natives.js#newcode1264 src/v8natives.js:1264: return (obj1 !== 0) || ((1 / obj1) === (1 / obj2)); What's with all the redundant parentheses? https://chromiumcodereview.appspot.com/9630009/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
