LGTM


https://codereview.chromium.org/1128273002/diff/40001/test/mjsunit/harmony/typedarrays-every.js
File test/mjsunit/harmony/typedarrays-every.js (right):

https://codereview.chromium.org/1128273002/diff/40001/test/mjsunit/harmony/typedarrays-every.js#newcode33
test/mjsunit/harmony/typedarrays-every.js:33: assertEquals(false,
result);
there is also assertFalse.

https://codereview.chromium.org/1128273002/diff/40001/test/mjsunit/harmony/typedarrays-every.js#newcode43
test/mjsunit/harmony/typedarrays-every.js:43: result = a.every(function
(n, index, array) { return n == index && n < this.value; }, o);
long line

https://codereview.chromium.org/1128273002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to