Age | Commit message (Expand) | Author |
---|---|---|
2021-06-23 | LibJS: Correct behaviour of direct vs. indirect eval | Anonymous |
2021-06-22 | LibJS: Split the per-call-frame environment into lexical and variable | Andreas Kling |
2021-06-22 | LibJS: Bring function environment records closer to the spec | Andreas Kling |
2021-06-22 | LibJS: Implement the NewObjectEnvironment() abstract operation | Andreas Kling |
2021-06-22 | LibJS: Implement the NewDeclarativeEnvironment() abstract operation | Andreas Kling |
2021-06-20 | LibJS: Implement the GetPrototypeFromConstructor() abstract operation | Linus Groh |
2021-06-20 | LibJS: Implement the GetFunctionRealm() abstract operation | Linus Groh |
2021-06-20 | LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there | Linus Groh |