arraywithproxy.baseline 602 B

1234567891011121314151617181920212223242526272829303132333435
  1. concat test#1
  2. get trap: concat
  3. get trap: constructor
  4. get trap: Symbol(Symbol.isConcatSpreadable)
  5. get trap: length
  6. concat test#2
  7. get trap: concat
  8. get trap: constructor
  9. get trap: Symbol(Symbol.isConcatSpreadable)
  10. get trap: length
  11. has trap: 0
  12. get trap: 0
  13. has trap: 1
  14. get trap: 1
  15. has trap: 2
  16. get trap: 2
  17. has trap: 3
  18. get trap: 3
  19. unshift test
  20. get trap: unshift
  21. get trap: length
  22. splice test
  23. get trap: splice
  24. get trap: length
  25. get trap: constructor
  26. has trap: 0
  27. get trap: 0
  28. has trap: 1
  29. get trap: 1
  30. has trap: 2
  31. get trap: 2
  32. has trap: 3
  33. get trap: 3
  34. delete trap: 3
  35. delete trap: 2