summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/operators
AgeCommit message (Expand)Author
2022-02-16LibJS/Tests: Run prettier on modulo-basic.jsLinus Groh
2022-02-16LibJS: Implement the Number::remainder AO using fmodAnonymous
2021-12-21LibJS: Don't treat yield after void as identifier in generator functionsdavidot
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-02LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operatorLuke Wilde
2021-07-06LibJS: Fix variable scoping issues in two testsHendi
2021-06-18LibJS/Tests: Use eval() for toEvalTo(), not Function()Linus Groh
2021-06-08LibJS: Support deleting local variables with operator deleteIdan Horowitz
2021-04-17LibJS: Accept symbol property in the `in` operatorIdan Horowitz
2021-02-05LibJS: Improve correctness of rounding and bitwise operationsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling