Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibJS: Remove {Bytecode::,}Interpreter::global_object() | Linus Groh |
2022-08-23 | LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] | Linus Groh |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-02-13 | Tests: Wrap test-bytecode-js source in an IIFE | Ali Mohammad Pur |
2022-02-13 | LibJS: Make ASTNode::generate_bytecode() fallible | Ali Mohammad Pur |
2022-02-08 | LibJS+Everywhere: Remove VM::exception() and most related functions | davidot |
2022-02-08 | LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr | davidot |
2022-01-31 | LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr | Andreas Kling |
2022-01-25 | Tests+LibJS: Add very simple bytecode LibJS tests | davidot |