stackargs.baseline 988 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. Test case #1
  2. undefined
  3. function foo()
  4. {
  5. write(arguments.caller);
  6. write(arguments.callee);
  7. }
  8. Test case #2
  9. 100
  10. Test case #3
  11. undefined
  12. Test case #4
  13. 10
  14. Test case #5
  15. 20
  16. 30
  17. 40
  18. Test case #6
  19. goodbye
  20. Test case #7
  21. 3
  22. 2
  23. Test case #8
  24. 26
  25. Test case #9
  26. Test case #10
  27. object
  28. Test case #11
  29. function foo()
  30. {
  31. write(arguments.callee);
  32. write(arguments.caller);
  33. }
  34. undefined
  35. Test case #12
  36. 10
  37. Test case #13
  38. function ()
  39. {
  40. write(arguments.callee);
  41. }
  42. Test case #14
  43. undefined
  44. Test case #15
  45. undefined
  46. Test case #16
  47. undefined
  48. Test case #17
  49. 1
  50. NaN
  51. Test case #18
  52. undefined
  53. Test case #19
  54. Test case #20
  55. Test case #21
  56. 1
  57. 1
  58. Test case #22
  59. 10
  60. undefined
  61. 20
  62. undefined
  63. 30
  64. undefined
  65. 10
  66. undefined
  67. 20
  68. undefined
  69. 30
  70. undefined
  71. 10
  72. undefined
  73. 20
  74. undefined
  75. 30
  76. undefined
  77. Test case #23
  78. 1
  79. 10,20,30
  80. Test case #24
  81. 10,20,30
  82. 1
  83. Test case #25
  84. 1
  85. 10,20,30
  86. Test case #26
  87. [object global]
  88. 3
  89. Test case #27
  90. 4
  91. Test case #28
  92. undefined