Age | Commit message (Expand) | Author |
---|---|---|
2021-06-27 | LibJS: Rename ScriptFunction => OrdinaryFunctionObject | Andreas Kling |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
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-04-25 | LibWeb: Add WebSocket bindings | DexesTTP |