summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/class/bug1357506.js
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.