ladybird/Libraries/LibJS
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
..
Heap LibJS: Disable HEAP_DEBUG logging on non-SerenityOS platforms 2020-03-25 09:49:14 +01:00
Runtime LibJS: Implement Error.prototype.toString() 2020-04-03 09:07:05 +02:00
Tests LibJS: Add short circuit logical evaluation 2020-04-03 19:17:52 +02:00
AST.cpp LibJS: Add short circuit logical evaluation 2020-04-03 19:17:52 +02:00
AST.h LibJS: Implement ConditionalExpression (ternary "?:" operator) 2020-04-03 12:15:14 +02:00
Forward.h LibJS: Start implementing object shapes 2020-04-02 19:32:21 +02:00
Interpreter.cpp LibJS: Start implementing object shapes 2020-04-02 19:32:21 +02:00
Interpreter.h LibJS: Start implementing object shapes 2020-04-02 19:32:21 +02:00
Lexer.cpp LibJS: Remove UndefinedLiteral, add undefined to global object 2020-04-03 00:10:52 +02:00
Lexer.h LibJS: Lex single quote strings, escaped chars and unterminated strings 2020-03-14 12:13:53 +01:00
Makefile LibJS: Start implementing object shapes 2020-04-02 19:32:21 +02:00
Parser.cpp LibJS: Fix logical expressions 2020-04-03 16:32:36 +02:00
Parser.h LibJS: Implement ConditionalExpression (ternary "?:" operator) 2020-04-03 12:15:14 +02:00
Token.cpp LibJS: Use some macro magic to avoid duplicating all the token types 2020-03-30 13:11:07 +02:00
Token.h LibJS: Remove UndefinedLiteral, add undefined to global object 2020-04-03 00:10:52 +02:00