summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/ObjectEnvironmentRecord.cpp
AgeCommit message (Expand)Author
2021-06-26LibJS: Align ObjectEnvironmentRecord member names with the specAndreas 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: Bring function environment records closer to the specAndreas Kling
2021-06-21LibJS: Rename virtuals in EnvironmentRecordAndreas Kling
2021-06-21LibJS: Rename EnvironmentRecord::parent() => outer_environment()Andreas Kling
2021-06-21LibJS: Convert EnvironmentRecord & friends to east-const styleAndreas Kling
2021-06-21LibJS: Rename Environment Records so they match the spec :^)Andreas Kling