- From: <bugzilla@jessica.w3.org>
- Date: Sun, 05 Oct 2014 00:57:58 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26973
Bug ID: 26973
Summary: make iterable declarations' iterator prototype objects
inherit from %IteratorPrototype%
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: WebIDL
Assignee: cam@mcc.id.au
Reporter: cam@mcc.id.au
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-script-coord@w3.org
http://heycam.github.io/webidl/#es-iterator-prototype-object
[[
The internal [[Prototype]] property of an iterator prototype object MUST be the
Object.prototype object.
]]
http://lists.w3.org/Archives/Public/public-script-coord/2014OctDec/0058.html
points out that iterator objects in ES6 all inhert from %IteratorPrototype%, so
we should do the same with iterator prototype objects generated for iterable
declarations.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Sunday, 5 October 2014 00:58:07 UTC