comparison: js/src/jit-test/tests/auto-regress/bug783421.js
js/src/jit-test/tests/auto-regress/bug783421.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-64-50e4ff05741e-linux |
|
2 // Flags: -m -n -a |
|
3 // |
|
4 gc() |
|
5 var p = n |
|
6 function m() { |
|
7 return function(f, code, t) { |
|
8 try { |
|
9 evalcx(code, newGlobal()) |
|
10 } catch (e) {} |
|
11 } |
|
12 } |
|
13 function n() { |
|
14 f() |
|
15 } |
|
16 function h(code) { |
|
17 f = Function(code) |
|
18 p(f, code, true) |
|
19 } |
|
20 h("\ |
|
21 p=m();\ |
|
22 gcPreserveCode();\ |
|
23 gcslice(7);\ |
|
24 ") |
|
25 h("\"\"") |
|
26 h("") |
|
27 h("gc()") |
|
28 h("") |
|
29 h("") |
|
30 h("gczeal(4,2)") |