Age | Commit message (Expand) | Author |
---|---|---|
2021-11-12 | LibJS: Implement async functions as generator functions in BC mode | Ali Mohammad Pur |
2021-11-09 | LibJS: Convert GeneratorObject to ThrowCompletionOr | Idan Horowitz |
2021-09-25 | LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject | Linus Groh |
2021-09-12 | LibJS: Convert GeneratorObject.prototype to be a PrototypeObject | Timothy Flynn |
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 |