Age | Commit message (Expand) | Author |
---|---|---|
2021-06-26 | LibJS: Align ObjectEnvironmentRecord member names with the spec | Andreas Kling |
2021-06-26 | LibJS: Remove unnecessary GlobalObject& member on global environment | Andreas Kling |
2021-06-24 | LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field | Andreas Kling |
2021-06-23 | LibJS: Add spec links to a bunch of the environment record methods | Andreas Kling |
2021-06-23 | LibJS: Start implementing spec-compliant variable bindings | Andreas Kling |
2021-06-22 | LibJS: Make GlobalEnvironmentRecord forward to the right function | Andreas Kling |
2021-06-22 | LibJS: Begin implementing GlobalEnvironmentRecord | Andreas Kling |