summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug704795.js
blob: d39b6915cadcb09276501314a870e74b37e6bbca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Function("\
  gczeal(4,false);\
  function f(){\
    \"use strict\";\
    this.x = Object\
  }\
  for each(y in[0,0]){\
    try{\
      new f\
    }\
    catch(e){}\
  }\
")()