Logo
Explore Help
Sign In
fergalmoran/ladybird
1
0
Fork 0
You've already forked ladybird
mirror of https://github.com/fergalmoran/ladybird.git synced 2025-12-27 03:37:53 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
7c9c3a10d3d69c19df3a59cdc68a8e4c8b4de7a1
ladybird/Libraries/LibJS/Tests/operators
History
Linus Groh 0974991d05 LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
From the spec: https://tc39.es/ecma262/#sec-punctuators

    OptionalChainingPunctuator ::
        ?. [lookahead ∉ DecimalDigit]

We were missing the lookahead and therefore incorrectly treating any
'?.' as TokenType::QuestionMarkPeriod.

Fixes #4409.
2020-12-14 22:25:46 +01:00
..
assignment-operators.js
LibJS: Implement logical assignment operators (&&=, ||=, ??=)
2020-10-05 17:57:26 +02:00
binary-bitwise-and.js
…
binary-bitwise-left-shift.js
…
binary-bitwise-or.js
…
binary-bitwise-right-shift.js
…
binary-bitwise-unsigned-right-shift.js
…
binary-bitwise-xor.js
…
binary-relational.js
…
comma-operator.js
…
delete-basic.js
LibJS: Fix Object::delete_property() with numeric string property
2020-11-05 19:15:00 +01:00
delete-global-variable.js
…
delete-globalThis-property-crash.js
…
in-operator-basic.js
…
instanceof-basic.js
LibJS: Fix crashing exception in Value::ordinary_has_instance()
2020-11-03 19:14:13 +01:00
logical-and.js
…
logical-expressions-short-circuit.js
…
logical-nullish-coalescing.js
…
logical-or.js
…
modulo-basic.js
…
ternary-basic.js
LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
2020-12-14 22:25:46 +01:00
typeof-basic.js
…
void-basic.js
…
Powered by Gitea Version: 1.25.0+dev-360-gc4c1a4bd18 Page: 1235ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API