comparison: js/src/jit-test/tests/ion/bug901391.js
js/src/jit-test/tests/ion/bug901391.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function testPartition() { |
|
2 if( "null" || new testPartition()) {} |
|
3 } |
|
4 testPartition(); |