summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug661840.js
blob: 40326bc138cd0d52c3a1b047021d6eb3ddcf529c (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
29
30
31
32
33
34
35
36
37
38
39
// |jit-test| error:ReferenceError

// Binary: cache/js-dbg-32-11714be33655-linux
// Flags: -m -n
//
function f(a) {}
s = [{
  s: [],
  s: function(d, b) {},
  t: function() {
    try {} catch (e) {}
  }
}, {
  t: "",
  s: [],
  s: function(d, b) {}
}, {
  t: "",
  s: [],
  s: function(d, b) {},
  t: function() {}
}, {
  t: "",
  x: "",
  s: [],
  g: function(b) {},
  t: function(f) {}
}, {
  t: "",
  s: [],
  s: function() {}
}];
v = 0
Function("gc(evalcx('lazy'))")();
gczeal();
gc();
(function() {
  x
})()