forInObjectAddReplay.baseline 427 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Scenario 1: Adding properties on the fly
  2. 1
  3. 2
  4. Scenario 2: Large number of properties in forin
  5. 0.3
  6. 1.3
  7. 2.3
  8. 3.3
  9. 4.3
  10. 5.3
  11. 6.3
  12. 7.3
  13. 8.3
  14. 9.3
  15. 10.3
  16. 11.3
  17. 12.3
  18. 13.3
  19. 14.3
  20. 15.3
  21. 16.3
  22. 17.3
  23. 18.3
  24. 19.3
  25. 20.3
  26. 21.3
  27. 22.3
  28. 23.3
  29. 24.3
  30. Sceanrio 3: Nested Forin
  31. a
  32. a
  33. b
  34. c
  35. b
  36. a
  37. b
  38. c
  39. c
  40. a
  41. b
  42. c
  43. Scenario 4: Properties and numerical indices in object
  44. Number13
  45. Number15
  46. 12
  47. 13
  48. 23
  49. Reached end of Execution -- Exiting.