Luke Wilde ae7a0c43a9 LibJS: Implement await properly for async functions 2 years ago
..
async-await.js ae7a0c43a9 LibJS: Implement await properly for async functions 2 years ago
async-generators.js 81312986fe LibJS: Disallow async generator functions called 'await' or 'yield' 3 years ago
coalesce-logic-expression-mixing.js 3709d11212 LibJS: Parse secondary expressions with the original forbidden token set 2 years ago
destructuring-assignment.js fce2b33758 LibJS: Allow BigInts as destructuring property names 2 years ago
dynamic-import-usage.js e179cf2540 LibJS: Don't VERIFY that the token after 'import' is one of '.' and '(' 3 years ago
for-loop-invalid-in.js f55d7bf6f3 LibJS: Fix cases where we incorrectly allowed 'in' in for loops 3 years ago
function-hoisting.js 5ca6e8dca8 LibJS: No longer hoist if parent scope has a function with the same name 2 years ago
functions-in-tree-order-non-strict.js 8fa6861f66 LibJS: Initialize functions in spec order 2 years ago
functions-in-tree-order-strict.js 8fa6861f66 LibJS: Initialize functions in spec order 2 years ago
generators.js 81312986fe LibJS: Disallow async generator functions called 'await' or 'yield' 3 years ago
if-statement-empty-completion.js d7f6635d55 LibJS: Add missing undefined fallback to IfStatement completions 3 years ago
new-with-optional-chaining.js c9088fa6ec LibJS: Add tests for `new Obj` with optional chain 2 years ago
numeric-separator.js afde1821b5 LibJS: Disallow numerical separators in octal numbers and after '.' 3 years ago
optional-chaining.js 7ac6af1998 LibJS: Uncomment passing tests 2 years ago
slash-after-block.js a2efecac03 LibJS: Parse slashes after reserved identifiers correctly 2 years ago
switch-as-statement.js 830ea0414c LibJS: Make scoping follow the spec 3 years ago