Age | Commit message (Expand) | Author |
---|---|---|
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |
2021-06-27 | LibJS: Rename ScriptFunction => OrdinaryFunctionObject | Andreas Kling |
2021-06-21 | LibJS: Rename Environment Records so they match the spec :^) | Andreas Kling |
2021-06-19 | LibJS: Add the remaining generator objects | Matthew Olsson |
2021-06-11 | LibJS: Implement generator functions (only in bytecode mode) | Ali Mohammad Pur |