summaryrefslogtreecommitdiff
path: root/test/built-ins/AsyncFunction
Commit message (Collapse)AuthorAgeFilesLines
* built-ins/AsyncFunction/*: make all indentation consistent (depth & character)Rick Waldron2018-02-1315-19/+17
|
* Revert "js-beautify: make all indentation consistent (depth & character) ↵André Bargull2018-02-0915-17/+19
| | | | | (#1409)" (#1412) This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34.
* js-beautify: make all indentation consistent (depth & character) (#1409)Rick Waldron2018-02-0915-19/+17
|
* Add missing Symbol.toStringTag feature flagsLeo Balter2017-09-081-0/+1
|
* update pending esids in AsyncFunction testsdeathbearbrown2017-07-1314-14/+14
|
* Add tests for instances of Async/Generator Functions that are not ↵Leo Balter2017-03-152-16/+38
| | | | | constructors (#907) Fixes #779
* Add tests for async functionsBrian Terlson2016-07-2815-0/+237
Closes #479