summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/WithScope.h
AgeCommit message (Expand)Author
2021-06-21LibJS: Rename Environment Records so they match the spec :^)Andreas Kling
2021-06-08LibJS: Support deleting local variables with operator deleteIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling