Files
codeql/javascript
Asger F 1e5885ea1e JS: Remove hoisting code from functions
'buildFunctionBody' no longer needs to handle hoisting, because hoisting now happens when visiting the block statement that is the body of the function.

Note that curly-brace functions contain a block statement as their body, not a list of statements.
2025-02-04 10:41:47 +01:00
..
2022-10-20 08:18:23 -04:00
2024-10-28 20:39:34 +01:00