Luke Wilde
|
ae7a0c43a9
LibJS: Implement await properly for async functions
|
1 year ago |
Timothy Flynn
|
375a6f5dd9
LibJS: Remove bytecode condition from tests expected to fail
|
1 year ago |
Daniel Bertalan
|
fb305b66c2
LibJS: Enable `await` test that used to crash in AST mode
|
1 year ago |
Shannon Booth
|
378595e8b1
LibJS: Add three more await thenable tests
|
1 year ago |
Shannon Booth
|
d766014787
LibJS/Tests: Set failing bytecode tests as xfail when in bytecode mode
|
1 year ago |
Shannon Booth
|
016b31fae2
LibJS/Tests: Add a test for an async function which returns a thenable
|
2 years ago |
davidot
|
81312986fe
LibJS: Disallow async generator functions called 'await' or 'yield'
|
3 years ago |
davidot
|
5010d4c20c
LibJS: Don't match async \n function as an async function declaration
|
3 years ago |
davidot
|
cbbfcd35e7
LibJS: Disallow await keywords in static init blocks
|
3 years ago |
davidot
|
c57721cf83
LibJS: Allow escaped 'async' as identifier
|
3 years ago |
davidot
|
32016d3924
LibJS: Allow object properties called 'async'
|
3 years ago |
davidot
|
de46a2cff1
LibJS: Parse async arrow functions
|
3 years ago |
Idan Horowitz
|
d5f637fa21
LibJS: Do not parse async methods with a new line after the "async"
|
3 years ago |
Idan Horowitz
|
04253c3254
LibJS: Add tests for async functions and await expressions
|
3 years ago |