comparison: js/src/jit-test/tests/basic/bug642319.js
js/src/jit-test/tests/basic/bug642319.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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(); |