summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug950725.js
blob: c036ee0410d36523e22e1f84f686c59de360f31c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
function test() {
    + T[g].act
}
gc();
var c = 0;
for (var i = 0; i < 20; test['$+']) {
    if (c++ > 110)
	break;
    try {
	__count__(f(2), 1);
    } catch (e) {}
}