Bug 99915 - Implement for..of loop
Summary: Implement for..of loop
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://developer.mozilla.org/en-US/d...
Keywords:
Depends on:
Blocks: 80559
  Show dependency treegraph
 
Reported: 2012-10-20 12:10 PDT by bugmenot
Modified: 2016-01-26 11:52 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugmenot 2012-10-20 12:10:05 PDT
for..of loops are proving valuable with arrays.
Comment 1 Oliver Hunt 2012-10-21 12:22:49 PDT
Realistically this is blocked on private name and generator/iterator support.
Comment 2 Michał Gołębiowski-Owczarek 2016-01-26 01:38:44 PST
Isn't this done?
Comment 3 Saam Barati 2016-01-26 11:52:16 PST
It's done.