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