comparison: js/src/jit-test/tests/gc/multi-03.js
js/src/jit-test/tests/gc/multi-03.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 /* Exercise the path where we want to collect a new compartment in the middle of incremental GC. */ |
|
2 |
|
3 var g1 = newGlobal(); |
|
4 var g2 = newGlobal(); |
|
5 |
|
6 schedulegc(g1); |
|
7 schedulegc(g2); |
|
8 gcslice(0); |
|
9 schedulegc(g1); |
|
10 gcslice(1); |
|
11 gcslice(); |