Age | Commit message (Expand) | Author |
---|---|---|
2021-06-23 | LibJS: Make EnvironmentRecord inherit directly from Cell | Andreas Kling |
2021-06-23 | LibJS: Add EnvironmentRecord::global_object() | Andreas Kling |
2021-06-22 | LibJS: Begin implementing GlobalEnvironmentRecord | Andreas Kling |
2021-06-21 | LibJS: Rename EnvironmentRecord::parent() => outer_environment() | Andreas Kling |
2021-06-21 | LibJS: Rename Environment Records so they match the spec :^) | Andreas Kling |