summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/class
Commit message (Collapse)AuthorAgeLines
* 1357506 - Remove assert that constructorBox can only be set once when ↵Gaming4JC2019-07-18-0/+8
| | | | | | | parsing classes. Both asm.js and syntax parsing can abort and rewind parsing of an inner function. The bookkeeping to make sure that a class's constructor FunctionBox is only set once is not worth it -- duplicate constructor definitions already throw an early error.
* 1359622 - Fix assert for calling Function.toString on class constructors ↵Gaming4JC2019-07-18-0/+4
| | | | when the compartment has had source discarded.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+30