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

https://codereview.chromium.org/1132723008/diff/1/src/array.js#newcode569
src/array.js:569: if (UseSparseVariant(array, len, IS_ARRAY(array),
len)) {
This is always false for typed arrays. This can therefore be moved to
ArrayReverse.

https://codereview.chromium.org/1132723008/diff/1/test/mjsunit/harmony/typedarray-reverse.js
File test/mjsunit/harmony/typedarray-reverse.js (right):

https://codereview.chromium.org/1132723008/diff/1/test/mjsunit/harmony/typedarray-reverse.js#newcode12
test/mjsunit/harmony/typedarray-reverse.js:12: var
typedArrayConstructors = [
rename since it contains non typed array constructor now

https://codereview.chromium.org/1132723008/diff/1/test/mjsunit/harmony/typedarray-reverse.js#newcode22
test/mjsunit/harmony/typedarray-reverse.js:22: id  // Also test arrays
Rename id to ArrayMaker or something...

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