Age | Commit message (Expand) | Author |
---|---|---|
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |
2021-06-25 | LibJS: Make sure to always initialize Reference::m_base_value | Andreas Kling |
2021-06-25 | LibJS: Rename Reference methods to match the spec | Andreas Kling |
2021-06-25 | LibJS: Bring Reference records a bit closer to the ECMAScript spec | Andreas Kling |
2021-06-22 | LibJS: Remove direct argument loading since it was buggy | Andreas Kling |
2021-06-14 | LibJS: Teach Reference to access call frame arguments directly | Andreas Kling |
2021-06-08 | LibJS: Support deleting local variables with operator delete | Idan Horowitz |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-02 | LibJS: Use empty value for Reference unresolvable state, not undefined | Linus Groh |
2021-03-21 | LibJS: Avoid unnecessary FlyString(String) churn in Reference ctors | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |