summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/functions/function-name.js
AgeCommit message (Expand)Author
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