summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/ParseNode.cpp
Commit message (Collapse)AuthorAgeLines
* 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