summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug627692-2.js
blob: 3c603318e16dbc48e45c3cb0d9c006c3704b6c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
N = 0;
function n() {}
s = n;
function f(foo) {
    gc();
    try {
        (Function(foo))();
    } catch(r) {}
    delete this.Math;
}
function g() {}
var c;
function y() {}
t = b = eval;
f("\
  __defineGetter__(\"\",\
    function(p){\
      for(var s in this) {}\
    }\
  )[\"\"]\
");
f("\
  do;\
  while(([\
    \"\" for each(z in this)\
  ])&0)\
");
f();