Bug 99915
| Summary: | Implement for..of loop | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | bugmenot |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | barraclough, m.goleb+bugzilla, oliver, saam |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Statements/for...of | ||
| Bug Depends on: | |||
| Bug Blocks: | 80559 | ||
bugmenot
for..of loops are proving valuable with arrays.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Oliver Hunt
Realistically this is blocked on private name and generator/iterator support.
Michał Gołębiowski-Owczarek
Isn't this done?
Saam Barati
It's done.