ladybird/Userland/Libraries/LibJS/Tests/syntax
davidot fce2b33758 LibJS: Allow BigInts as destructuring property names
These are simply treated as their numerical value which means that above
2^32 - 1 they are strings.
2022-08-24 23:27:17 +01:00
..
async-await.js
async-generators.js
coalesce-logic-expression-mixing.js LibJS: Fix mixing of logical and coalescing operators 2022-02-16 11:18:41 +00:00
destructuring-assignment.js LibJS: Allow BigInts as destructuring property names 2022-08-24 23:27:17 +01:00
dynamic-import-usage.js
for-loop-invalid-in.js LibJS: Fix cases where we incorrectly allowed 'in' in for loops 2022-02-15 10:31:41 +00:00
generators.js
if-statement-empty-completion.js
numeric-separator.js
optional-chaining.js
slash-after-block.js
switch-as-statement.js