summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Reference.h
AgeCommit message (Expand)Author
2020-06-20LibJS: Pass GlobalObject& to Reference get/putAndreas Kling
2020-04-28LibJS: Support o.f++ :^)Andreas Kling
2020-04-28LibJS: Make AssignmentExpression assign through a ReferenceAndreas Kling
2020-04-28LibJS: Allow "delete someGlobalVariable"Andreas Kling
2020-04-28LibJS: Add Reference class to represent a base.property referenceAndreas Kling