summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1250192.js
blob: 39b0ff0f549ac32bfd0c4bc6e0b330bc5fcc4d84 (plain)
1
2
3
4
5
(function * YearFromTime(x, ... get)  {
try {} catch (x) {
  for (var x;;);
}
})();