summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/ParseNode.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1465 - Implement optional catch binding.wolfbeast2020-02-27-5/+6
|
* Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make ↵Gaming4JC2019-12-17-13/+15
| | | | | | yield/await nodes unary. Tag #1287
* 1317375 - Implement "Template Literals Revision / Lifting Template Literal ↵Gaming4JC2019-07-18-0/+2
| | | | Restriction" ECMAScript proposal
* Convert the trailing array of BindingNames at the end of the various kinds ↵trav902018-09-02-1/+1
| | | | of scope data into raw unsigned chars into which those BindingNames are placement-new'd, rather than memcpy-ing non-trivial classes around and failing to comply with the C++ object model
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-0/+18
| | | | Issue #78
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+904