summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/LexicalEnvironment.cpp
AgeCommit message (Expand)Author
2020-10-22LibJS: Shrink sizeof(LexicalEnvironment) by reorganizing membersAndreas Kling
2020-09-29LibJS: Reduce use of Interpreter in LexicalEnvironmentAndreas Kling
2020-09-27LibJS: Remove a bunch of unnecessary uses of Cell::interpreter()Andreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-06-29LibJS: Initial class implementation; allow super expressions in objectJack Karamanian
2020-04-16LibJS: Allow cells to mark null pointersAndreas Kling
2020-04-15LibJS: Introduce LexicalEnvironmentAndreas Kling