https://codereview.chromium.org/1145013002/diff/1/src/harmony-typedarray.js
File src/harmony-typedarray.js (right):

https://codereview.chromium.org/1145013002/diff/1/src/harmony-typedarray.js#newcode33
src/harmony-typedarray.js:33: function ConstructTypedArray(constructor,
array) {
Where is this called?

https://codereview.chromium.org/1145013002/diff/1/src/harmony-typedarray.js#newcode36
src/harmony-typedarray.js:36: if (!IS_SPEC_OBJECT(constructor) ||
IS_UNDEFINED(constructor.prototype) ||
Can you use %IsConstructor here? These checks look quite odd. (if this
function is unused, you can of course ignore this comment)

https://codereview.chromium.org/1145013002/diff/1/src/harmony-typedarray.js#newcode265
src/harmony-typedarray.js:265: "fill", TypedArrayFill,
This is a dup of the sorted line above.

https://codereview.chromium.org/1145013002/

--
--
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