comparison: js/src/jit-test/tests/basic/bug642319.js
js/src/jit-test/tests/basic/bug642319.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 test(); |
|
3 function test() { |
|
4 function f() { |
|
5 function test( ) { summary( summary, test, false ); } |
|
6 } |
|
7 f.__proto__ = this; |
|
8 } |
|
9 gc(); |
|
10 test(); |