summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/functions
AgeCommit message (Expand)Author
2021-07-06LibJS: Improve function hoisting across blocksHendi
2021-07-02LibJS: Allow patterns in parenthesized arrow function parametersAli Mohammad Pur
2021-06-04LibJS: Fix functions binding this to global object in strict modeRyan Chandler
2021-05-29LibJS: Add tests for destructuring assignments and function parametersAli Mohammad Pur
2021-05-13LibJS: Ensure function declarations don't leak outside function scopesLinus Groh
2021-03-22Only apply auto-naming of function expressions based on syntaxAndreas Kling
2021-03-21LibJS: Only update anonymous function names when necessaryAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling