Age | Commit message (Expand) | Author |
---|---|---|
2021-07-06 | LibJS: Add define_direct_property and remove the define_property helper | Idan Horowitz |
2021-06-27 | LibJS: Rename ScriptFunction => OrdinaryFunctionObject | Andreas Kling |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-22 | LibJS: Split the per-call-frame environment into lexical and variable | Andreas Kling |
2021-06-21 | LibJS: Rename VM::current_scope() => current_environment_record() | Andreas Kling |
2021-06-19 | LibJS: Implement GeneratorFunctionConstructor::construct | Matthew Olsson |
2021-06-19 | LibJS: Add the remaining generator objects | Matthew Olsson |