Age | Commit message (Expand) | Author |
---|---|---|
2021-06-11 | LibJS: Use an enum class instead of 'bool is_generator' | Ali Mohammad Pur |
2021-06-11 | LibJS: Implement generator functions (only in bytecode mode) | Ali Mohammad Pur |
2021-06-09 | LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable | Andreas Kling |
2021-06-09 | LibJS: Generate bytecode in basic blocks instead of one big block | Ali Mohammad Pur |
2021-06-07 | LibJS: Cache generated bytecode for ScriptFunction | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |