ladybird/Userland/Libraries/LibJS/Tests/syntax
Luke Wilde ae7a0c43a9 LibJS: Implement await properly for async functions
Fixes #20275

```
Summary:
    Diff Tests:
        +4     -4    

Diff Tests:
    test/built-ins/Array/fromAsync/non-iterable-input-with-thenable
    -async-mapped-awaits-callback-result-once.js  -> 
    test/language/expressions/await/async-await-interleaved.js  -> 
    test/language/expressions/await/await-awaits-thenables-that-
    throw.js  -> 
    test/language/expressions/await/await-awaits-thenables.js  -> 
```
2023-08-10 05:12:07 +02:00
..
async-await.js LibJS: Implement await properly for async functions 2023-08-10 05:12:07 +02:00
async-generators.js
coalesce-logic-expression-mixing.js
destructuring-assignment.js
dynamic-import-usage.js
for-loop-invalid-in.js
function-hoisting.js
functions-in-tree-order-non-strict.js
functions-in-tree-order-strict.js
generators.js
if-statement-empty-completion.js
new-with-optional-chaining.js LibJS: Add tests for new Obj with optional chain 2023-06-17 20:01:38 +02:00
numeric-separator.js
optional-chaining.js LibJS: Uncomment passing tests 2023-08-08 15:09:53 +02:00
slash-after-block.js
switch-as-statement.js