inlineBuiltIns.baseline 847 B

12345678910111213141516171819
  1. *** Running test #1 (test01): Bailout on function = null
  2. PASSED
  3. *** Running test #2 (test02): Bailout on function = object, not a function
  4. PASSED
  5. *** Running test #3 (test03): Bailout on function = wrong function
  6. PASSED
  7. *** Running test #4 (test04): Bailout on argument = string
  8. PASSED
  9. *** Running test #5 (test05): Bailout on argument = object
  10. PASSED
  11. *** Running test #6 (test06): Bailout on 2nd argument = string
  12. PASSED
  13. *** Running test #7 (test07): Float/int type specialized argOuts which we restore at bailout
  14. PASSED
  15. *** Running test #8 (test08): Bailout on argument after function copy-prop into InlineBuiltInStart
  16. PASSED
  17. *** Running test #9 (test09): Bailout (pre-op) on 2nd arg which is updated in the place of the call - make sure 1st arg is not updated
  18. PASSED
  19. Summary of tests: total executed: 9; passed: 9; failed: 0