summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/LexicalEnvironment.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-01LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTIAndreas Kling
2020-11-28LibJS: Add a scope object abstractionAndreas Kling
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
2020-10-22LibJS: Shrink sizeof(LexicalEnvironment) by reorganizing membersAndreas Kling
2020-09-29LibJS: Reduce use of Interpreter in LexicalEnvironmentAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-06-29LibJS: Initial class implementation; allow super expressions in objectJack Karamanian
2020-04-15LibJS: Introduce LexicalEnvironmentAndreas Kling