Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibJS: Remove Bytecode::Register::global_object() | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-06-10 | LibJS: Always keep the global object in bytecode VM register $1 | Andreas Kling |
2021-06-08 | LibJS: Introduce an accumulator register to Bytecode::Interpreter | Matthew Olsson |
2021-06-07 | LibJS: Print bytecode registers with format "$num" instead of "rnum" | Andreas Kling |
2021-06-07 | LibJS: Add formatting helper for Bytecode::Register | Andreas Kling |
2021-06-07 | LibJS: Start fleshing out a bytecode for the JavaScript engine :^) | Andreas Kling |