ladybird/Userland/Libraries/LibJS/Tests/syntax
Shannon Booth 016b31fae2 LibJS/Tests: Add a test for an async function which returns a thenable
This test passes when running in the AST interpreter, but fails when
running for bytecode.
2023-07-17 12:33:01 +01:00
..
async-await.js LibJS/Tests: Add a test for an async function which returns a thenable 2023-07-17 12:33:01 +01:00
async-generators.js
coalesce-logic-expression-mixing.js LibJS: Parse secondary expressions with the original forbidden token set 2023-04-02 06:45:37 +02:00
destructuring-assignment.js
dynamic-import-usage.js
for-loop-invalid-in.js
function-hoisting.js LibJS: No longer hoist if parent scope has a function with the same name 2022-11-17 16:05:20 +00:00
functions-in-tree-order-non-strict.js LibJS: Initialize functions in spec order 2022-11-17 16:05:20 +00:00
functions-in-tree-order-strict.js LibJS: Initialize functions in spec order 2022-11-17 16:05:20 +00:00
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
slash-after-block.js LibJS: Parse slashes after reserved identifiers correctly 2023-06-10 07:20:33 +02:00
switch-as-statement.js