summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/baseline/bug1216140.js
blob: 9aede5c0266ed8d5f825e4cdcdf12357f6e673d5 (plain)
1
2
3
4
5
6
function newFunc(x) { return Function(x)(); }
newFunc(` 
  var BUGNUMBER = 8[ anonymous = true ]--;
  () => BUGNUMBER;
`);