comparison: js/src/jit-test/tests/ion/bug852140.js
js/src/jit-test/tests/ion/bug852140.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function reportCompare (expected, actual) { |
|
2 if (expected != actual) {} |
|
3 } |
|
4 function exitFunc (funcName) |
|
5 reportCompare(undefined, ''); |
|
6 reportCompare('', ''); |
|
7 exitFunc(); |