Comment #6 on issue 3565 by [email protected]: Generator function
deviations from ES6
https://code.google.com/p/v8/issues/detail?id=3565
#4: Andy's reply in #5 is correct. The test in the Kangax table is
misleading. It happens to work for non-builtin iterators, but not in
general.
ES6 supports subclassing of builtins, but you have to use 'class' syntax
and 'super' initialisation to achieve it (and I'm not sure how that is
applicable to generators at all). Merely using Object.create won't work,
because internal properties are not inherited from prototypes.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.