summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/missing-closing-brace.js
Commit message (Collapse)AuthorAgeLines
* 420857 - Part 4: Report the position of opening bracket for missing bracket ↵Gaming4JC2019-07-18-3/+10
| | | | error in array literal.
* 420857 - Part 3: Report the position of opening brace for missing brace ↵Gaming4JC2019-07-18-0/+7
| | | | error in object literal.
* 420857 - Part 2: Report the position of opening brace for missing brace ↵Gaming4JC2019-07-18-0/+46
| | | | error in block.
* 420857 - Part 1: Report the position of opening brace for missing brace ↵Gaming4JC2019-07-18-0/+30
error in function body.