Age | Commit message (Expand) | Author |
---|---|---|
2021-06-24 | LibJS: Rename CallFrame => ExecutionContext | Andreas Kling |
2021-06-03 | LibJS: Optimize insertion order in the Exception constructor | Gunnar Beutner |
2021-04-25 | LibJS: Don't assume call_frame->current_node in Exception constructor | Linus Groh |
2021-04-24 | LibJS: Use linusg@serenityos.org for my new copyright headers, too | Linus Groh |
2021-04-24 | LibJS: Consolidate exception function names and source ranges | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-21 | LibJS: Don't track executing AST nodes in a Vector | Andreas Kling |
2021-03-21 | LibJS: Move AST node stack from VM to Interpreter | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |