Age | Commit message (Expand) | Author |
---|---|---|
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |
2021-06-26 | LibJS: Remove unnecessary GlobalObject& member on global environment | Andreas Kling |
2021-06-23 | LibJS: Make EnvironmentRecord inherit directly from Cell | Andreas Kling |
2021-06-23 | LibJS: Start implementing spec-compliant variable bindings | Andreas Kling |
2021-06-22 | LibJS: Begin implementing GlobalEnvironmentRecord | Andreas Kling |