summaryrefslogtreecommitdiffstats
path: root/js/src/tests/ecma_2017/AsyncFunctions
Commit message (Collapse)AuthorAgeLines
* Bug 1317389: Change property attributes for generator and async functions to ↵Gaming4JC2019-12-17-0/+76
| | | | | | match ES2015/2017. Tag #1287
* 1353691 - Report SyntaxError when arrow function has await-identifier in ↵Gaming4JC2019-07-18-0/+94
| | | | async function context.
* 1325606 - Return wrapped async function from caller property.Gaming4JC2019-07-18-0/+26
|
* 1317379 - Disallow generator functions and async functions as direct ↵Gaming4JC2019-07-18-0/+14
| | | | children of if/else.
* 1317153 - Provide better error message when errornous syntax possibly match ↵Gaming4JC2019-07-18-0/+16
| | | | "await SOMETHING" outside async function.
* Bug 1318017: Call GetPrototypeFromConstructor for generator/async function ↵janekptacijarabaci2018-03-16-0/+110
| | | | | | | and Intl constructors [Depends on] Bug 755821: Function() should use the parser's argument parsing code
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+87