mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 06:12:32 +00:00
Finally use Symbol.iterator protocol in language features :) currently only used in for-of loops and spread expressions, but will have more uses later (Maps, Sets, Array.from, etc). |
||
|---|---|---|
| .. | ||
| continue-basic.js | ||
| do-while-basic.js | ||
| for-basic.js | ||
| for-head-errors.js | ||
| for-in-basic.js | ||
| for-no-curlies.js | ||
| for-of-basic.js | ||
| for-scopes.js | ||
| while-basic.js | ||