summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug901391.js
blob: dd0304350a93c9458885cbd663698ebaa5a04bc0 (plain)
1
2
3
4
function testPartition() {
  if( "null" || new testPartition()) {}
}
testPartition();