summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Reference.h
AgeCommit message (Expand)Author
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling
2021-06-25LibJS: Make sure to always initialize Reference::m_base_valueAndreas Kling
2021-06-25LibJS: Rename Reference methods to match the specAndreas Kling
2021-06-25LibJS: Bring Reference records a bit closer to the ECMAScript specAndreas Kling
2021-06-22LibJS: Remove direct argument loading since it was buggyAndreas Kling
2021-06-14LibJS: Teach Reference to access call frame arguments directlyAndreas 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-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh
2021-03-21LibJS: Avoid unnecessary FlyString(String) churn in Reference ctorsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling