1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 11:55:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Stephan Unverwerth
520311eb8b LibJS: Add short circuit logical evaluation
When evaluating logical binop expressions, the rhs must not be
evaluated if the lhs leads to the whole expression not being
truthy.
2020-04-03 19:17:52 +02:00