summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/EnvironmentRecord.cpp
AgeCommit message (Expand)Author
2021-06-23LibJS: Make EnvironmentRecord inherit directly from CellAndreas Kling
2021-06-23LibJS: Add EnvironmentRecord::global_object()Andreas Kling
2021-06-22LibJS: Begin implementing GlobalEnvironmentRecordAndreas Kling
2021-06-21LibJS: Rename EnvironmentRecord::parent() => outer_environment()Andreas Kling
2021-06-21LibJS: Rename Environment Records so they match the spec :^)Andreas Kling