mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 19:32:44 +00:00
If there's a newline between the closing paren and arrow it's not a valid arrow function, ASI should kick in instead (it'll then fail with "Unexpected token Arrow") |
||
|---|---|---|
| .. | ||
| 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 | ||