Age | Commit message (Expand) | Author |
---|---|---|
2022-03-28 | LibJS: Add more delete operator tests | Luke Wilde |
2022-02-16 | LibJS/Tests: Run prettier on modulo-basic.js | Linus Groh |
2022-02-16 | LibJS: Implement the Number::remainder AO using fmod | Anonymous |
2021-12-21 | LibJS: Don't treat yield after void as identifier in generator functions | davidot |
2021-09-30 | LibJS: Make scoping follow the spec | davidot |
2021-09-02 | LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operator | Luke Wilde |
2021-07-06 | LibJS: Fix variable scoping issues in two tests | Hendi |
2021-06-18 | LibJS/Tests: Use eval() for toEvalTo(), not Function() | Linus Groh |
2021-06-08 | LibJS: Support deleting local variables with operator delete | Idan Horowitz |
2021-04-17 | LibJS: Accept symbol property in the `in` operator | Idan Horowitz |
2021-02-05 | LibJS: Improve correctness of rounding and bitwise operations | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |