Age | Commit message (Expand) | Author |
---|---|---|
2021-07-06 | LibJS: Improve function hoisting across blocks | Hendi |
2021-07-02 | LibJS: Allow patterns in parenthesized arrow function parameters | Ali Mohammad Pur |
2021-06-04 | LibJS: Fix functions binding this to global object in strict mode | Ryan Chandler |
2021-05-29 | LibJS: Add tests for destructuring assignments and function parameters | Ali Mohammad Pur |
2021-05-13 | LibJS: Ensure function declarations don't leak outside function scopes | Linus Groh |
2021-03-22 | Only apply auto-naming of function expressions based on syntax | Andreas Kling |
2021-03-21 | LibJS: Only update anonymous function names when necessary | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |