summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug852174.js
blob: 8d28781bb11a9219e05b492735d3e8730517d352 (plain)
1
2
3
4
5
6
7
8
9

function eval()
  isPrototypeOf[Iterator.length] 
function DoWhile_3()
  eval();
DoWhile_3();
function f()
  DoWhile_3(f - 0);
for (var i in f());