Age | Commit message (Expand) | Author |
---|---|---|
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: Remove a bunch of unnecessary uses of Cell::interpreter() | Andreas Kling |
2020-09-27 | LibJS: Move most of Interpreter into VM | Andreas Kling |
2020-08-25 | LibJS: Make Interpreter::throw_exception() a void function | Linus Groh |
2020-06-29 | LibJS: Initial class implementation; allow super expressions in object | Jack Karamanian |
2020-04-16 | LibJS: Allow cells to mark null pointers | Andreas Kling |
2020-04-15 | LibJS: Introduce LexicalEnvironment | Andreas Kling |