Age | Commit message (Expand) | Author |
---|---|---|
2021-06-26 | LibJS: Align ObjectEnvironmentRecord member names with the spec | Andreas Kling |
2021-06-24 | LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] field | 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 |
2021-06-22 | LibJS: Bring function environment records closer to the spec | Andreas Kling |
2021-06-21 | LibJS: Rename virtuals in EnvironmentRecord | Andreas Kling |
2021-06-21 | LibJS: Convert EnvironmentRecord & friends to east-const style | Andreas Kling |
2021-06-21 | LibJS: Rename Environment Records so they match the spec :^) | Andreas Kling |