summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug600889.js
blob: 4024304bf2ec7251548a227b5885e5b22e4710fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Binary: cache/js-dbg-64-98c134cf59ef-linux
// Flags: -j
//
uneval = function(){}
Function("\
  function zz(aa) {\
    if (aa) this.a = decodeURIComponent;\
    gc();\
    delete this.a\
  }\
  for each(c in [0, 0, 0, 0, 0, 0, 0, new Boolean(false), \
                  0, new Boolean(false), new Boolean(false), \"\"]) {\
    l=new zz(c)\
  }\
")()