https://codereview.chromium.org/1181903003/diff/60001/src/typedarray.js
File src/typedarray.js (right):

https://codereview.chromium.org/1181903003/diff/60001/src/typedarray.js#newcode139
src/typedarray.js:139: newIterable[symbolIterator] = function() { return
iterator; };
Sadly this will fail if someone monkeypatches
Object.prototype[Symbol.iterator]. I guess you could use
%CreateDataProperty once it exists. But I'm fine with your previous
code, changed to IS_SPEC_OBJECT with a TODO to make it nicer later.

https://codereview.chromium.org/1181903003/

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