Files
ladybird/Libraries/LibJS/Parser.cpp
Linus Groh 6e5f9e20eb LibJS: Fix logical expressions
The current implementation of logical AND (&&) and logical OR (||)
always returns a boolean - this is not correct.
2020-04-03 16:32:36 +02:00

33 KiB