toString.baseline 379 B

1234567891011121314151617181920212223242526
  1. 0. Array: default
  2. 1,2,,3
  3. 1. Array: Replaced Array.prototype.join
  4. replaced Array.prototype.join
  5. 2. Array: Replaced non-callable Array.prototype.join
  6. [object Array]
  7. 3. Object: no join
  8. [object Object]
  9. 4. Object: has join
  10. o join
  11. 5. Object: non-callable join
  12. [object Object]
  13. 6. Object: no join, replaced Object.prototype.toString
  14. [object Object]