ladybird/Userland/Libraries/LibJS/Tests/operators
Linus Groh 299c3069c1 LibJS/Tests: Use eval() for toEvalTo(), not Function()
Since we have had eval() for a while now, we can finally use it here -
this allows us to get rid of the confusing return statements in tested
source code.
2021-06-18 20:35:23 +01:00
..
assignment-operators.js
binary-bitwise-and.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
binary-bitwise-left-shift.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
binary-bitwise-or.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
binary-bitwise-right-shift.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
binary-bitwise-unsigned-right-shift.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
binary-bitwise-xor.js LibJS: Improve correctness of rounding and bitwise operations 2021-02-05 09:38:45 +01:00
binary-relational.js
bitwise-not.js
comma-operator.js
delete-basic.js
delete-global-variable.js
delete-globalThis-property-crash.js
delete-local-variable.js LibJS: Support deleting local variables with operator delete 2021-06-08 15:31:46 +01:00
in-operator-basic.js LibJS: Accept symbol property in the in operator 2021-04-17 00:59:36 +02:00
instanceof-basic.js
logical-and.js
logical-expressions-short-circuit.js
logical-nullish-coalescing.js
logical-or.js
modulo-basic.js
ternary-basic.js LibJS/Tests: Use eval() for toEvalTo(), not Function() 2021-06-18 20:35:23 +01:00
typeof-basic.js
void-basic.js