summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/GlobalEnvironmentRecord.cpp
AgeCommit message (Expand)Author
2021-06-26LibJS: Align ObjectEnvironmentRecord member names with the specAndreas Kling
2021-06-26LibJS: Remove unnecessary GlobalObject& member on global environmentAndreas Kling
2021-06-24LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] fieldAndreas Kling
2021-06-23LibJS: Add spec links to a bunch of the environment record methodsAndreas Kling
2021-06-23LibJS: Start implementing spec-compliant variable bindingsAndreas Kling
2021-06-22LibJS: Make GlobalEnvironmentRecord forward to the right functionAndreas Kling
2021-06-22LibJS: Begin implementing GlobalEnvironmentRecordAndreas Kling