LGTM

http://codereview.chromium.org/1513020/diff/1/2
File src/array.js (right):

http://codereview.chromium.org/1513020/diff/1/2#newcode657
src/array.js:657: var order = (a[mid] === element) ? 0 :
comparefn.call(null, a[mid], element);
long line.

http://codereview.chromium.org/1513020/diff/1/2#newcode694
src/array.js:694: var order = (element === pivot) ? 0 :
comparefn.call(null, element, pivot);
long line.

http://codereview.chromium.org/1513020

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe, reply using "remove me" as the subject.

Reply via email to