Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | built-ins/AsyncFunction/*: make all indentation consistent (depth & character) | Rick Waldron | 2018-02-13 | 15 | -19/+17 |
| | |||||
* | Revert "js-beautify: make all indentation consistent (depth & character) ↵ | André Bargull | 2018-02-09 | 15 | -17/+19 |
| | | | | | (#1409)" (#1412) This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34. | ||||
* | js-beautify: make all indentation consistent (depth & character) (#1409) | Rick Waldron | 2018-02-09 | 15 | -19/+17 |
| | |||||
* | Add missing Symbol.toStringTag feature flags | Leo Balter | 2017-09-08 | 1 | -0/+1 |
| | |||||
* | update pending esids in AsyncFunction tests | deathbearbrown | 2017-07-13 | 14 | -14/+14 |
| | |||||
* | Add tests for instances of Async/Generator Functions that are not ↵ | Leo Balter | 2017-03-15 | 2 | -16/+38 |
| | | | | | constructors (#907) Fixes #779 | ||||
* | Add tests for async functions | Brian Terlson | 2016-07-28 | 15 | -0/+237 |
Closes #479 |