Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-01 | LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI | Andreas Kling |
2020-11-28 | LibJS: Add a scope object abstraction | Andreas Kling |
2020-11-28 | LibJS: Rename Cell::visit_children() => Cell::visit_edges() | Andreas Kling |
2020-10-22 | LibJS: Shrink sizeof(LexicalEnvironment) by reorganizing members | Andreas Kling |
2020-09-29 | LibJS: Reduce use of Interpreter in LexicalEnvironment | Andreas Kling |
2020-09-27 | LibJS: Move most of Interpreter into VM | Andreas Kling |
2020-06-29 | LibJS: Initial class implementation; allow super expressions in object | Jack Karamanian |
2020-04-15 | LibJS: Introduce LexicalEnvironment | Andreas Kling |