mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 23:01:00 +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). |
||
|---|---|---|
| .. | ||
| arrow-functions.js | ||
| constructor-basic.js | ||
| function-default-parameters.js | ||
| function-hoisting.js | ||
| function-length.js | ||
| function-missing-arg.js | ||
| function-name.js | ||
| function-rest-params.js | ||
| function-spread.js | ||
| function-strict-mode.js | ||
| function-this-in-arguments.js | ||
| function-TypeError.js | ||