Age | Commit message (Expand) | Author |
---|---|---|
2020-09-27 | LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> | Andreas Kling |
2020-09-27 | LibJS: Remove unused js_symbol(Interpreter&, ...) | Andreas Kling |
2020-09-22 | LibJS: Move well-known symbols to the VM | Andreas Kling |
2020-07-25 | LibJS: Use allocate_without_global_object for primitive cell types | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-05-17 | LibJS: Add symbol objects | mattco98 |