Age | Commit message (Expand) | Author |
---|---|---|
2021-07-06 | LibJS: Remove the non-standard put helper and replace it's usages | Idan Horowitz |
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-24 | LibJS: Rename CallFrame => ExecutionContext | Andreas Kling |
2021-06-22 | LibJS: Split the per-call-frame environment into lexical and variable | 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-16 | LibJS: Replace Object's create_empty() with create() taking a prototype | Linus Groh |
2021-06-13 | LibJS: Add ECMA-262 section/title/URL comments almost everywhere | Linus Groh |
2021-06-11 | LibJS: Implement generator functions (only in bytecode mode) | Ali Mohammad Pur |