mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 18:40:00 +00:00
The parser now keeps track of a scope chain so that it can hoist function declarations to the closest function scope. |
||
|---|---|---|
| .. | ||
| arrow-functions.js | ||
| constructor-basic.js | ||
| function-default-parameters.js | ||
| function-destructuring-parameters.js | ||
| function-duplicate-parameters.js | ||
| function-hoisting.js | ||
| function-length.js | ||
| function-missing-arg.js | ||
| function-name.js | ||
| function-nesting.js | ||
| function-new-target.js | ||
| function-prototype-writable.js | ||
| function-rest-params.js | ||
| function-spread.js | ||
| function-strict-mode.js | ||
| function-this-in-arguments.js | ||
| function-TypeError.js | ||