summaryrefslogtreecommitdiffstats
path: root/js/src/vm/AsyncFunction.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1317389: Change property attributes for generator and async functions to ↵Gaming4JC2019-12-17-1/+4
| | | | | | match ES2015/2017. Tag #1287
* Bug 1316098 - Optimize out result object allocation for await/return in ↵Gaming4JC2019-12-17-19/+5
| | | | | | async function. Tag #1287
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17-1/+1
| | | | Tag #1287
* 1320408 - Part 1: Change JSFunction::getLength and ↵Gaming4JC2019-07-18-1/+1
| | | | JSFunction::getUnresolvedLength to static method.
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-1/+4
| | | | Issue #78
* Bug 1318017: Call GetPrototypeFromConstructor for generator/async function ↵janekptacijarabaci2018-03-16-6/+13
| | | | | | | 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/+240