https://codereview.chromium.org/1132723008/diff/20001/src/array.js
File src/array.js (right):

https://codereview.chromium.org/1132723008/diff/20001/src/array.js#newcode572
src/array.js:572: if (!IS_UNDEFINED(current_i) || i in array) {
Add todos to remove the in checks for typed arrays.

...and also typed arrays cannot contain undefined or holes

At this point reverse is probably better reimplemented.

https://codereview.chromium.org/1132723008/

--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to