dumpFunctionProperties.js.dbg.baseline 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. [
  2. {
  3. "functionProperties": [
  4. {
  5. "#__proto__": "function <large string>",
  6. "prototype": "Object {...}",
  7. "name": "string foo",
  8. "caller": "object null",
  9. "arguments": "Object {...}",
  10. "length": "number 0"
  11. }
  12. ]
  13. },
  14. {
  15. "functionProperties": [
  16. {
  17. "#__proto__": {
  18. "#__proto__": "Object {...}",
  19. "constructor": "function <large string>",
  20. "length": "number 0",
  21. "name": "string ",
  22. "apply": "function <large string>",
  23. "bind": "function <large string>",
  24. "call": "function <large string>",
  25. "toString": "function <large string>",
  26. "Symbol.hasInstance": "function <large string>",
  27. "caller": "Error <large string>",
  28. "arguments": "Error <large string>"
  29. },
  30. "prototype": {
  31. "#__proto__": "Object {...}",
  32. "constructor": "function <large string>"
  33. },
  34. "caller": "object null",
  35. "arguments": {
  36. "#__proto__": "Object {...}",
  37. "length": "number 0",
  38. "callee": "function <large string>",
  39. "Symbol.iterator": "function <large string>"
  40. },
  41. "length": "number 0"
  42. }
  43. ]
  44. },
  45. {
  46. "functionProperties": [
  47. {
  48. "#__proto__": "function <large string>",
  49. "length": "number 1"
  50. }
  51. ]
  52. },
  53. {
  54. "callStack": [
  55. {
  56. "line": 22,
  57. "column": 4,
  58. "sourceText": "var x = 1",
  59. "function": "same"
  60. },
  61. {
  62. "line": 24,
  63. "column": 4,
  64. "sourceText": "same(!shouldBreak)",
  65. "function": "same"
  66. },
  67. {
  68. "line": 27,
  69. "column": 0,
  70. "sourceText": "same(false)",
  71. "function": "Global code"
  72. }
  73. ]
  74. },
  75. {
  76. "functionProperties": [
  77. {
  78. "#__proto__": "function <large string>",
  79. "prototype": "Object {...}",
  80. "name": "string same",
  81. "caller": "function <large string>",
  82. "arguments": "Object {...}",
  83. "length": "number 1"
  84. },
  85. {
  86. "#__proto__": "function <large string>",
  87. "prototype": "Object {...}",
  88. "name": "string Global code",
  89. "caller": "object null",
  90. "arguments": "object null",
  91. "length": "number -1"
  92. }
  93. ]
  94. },
  95. {
  96. "callStack": [
  97. {
  98. "line": 36,
  99. "column": 2,
  100. "sourceText": "var x = 1",
  101. "function": "three"
  102. },
  103. {
  104. "line": 33,
  105. "column": 2,
  106. "sourceText": "three()",
  107. "function": "two"
  108. },
  109. {
  110. "line": 30,
  111. "column": 2,
  112. "sourceText": "two()",
  113. "function": "one"
  114. },
  115. {
  116. "line": 38,
  117. "column": 0,
  118. "sourceText": "one()",
  119. "function": "Global code"
  120. }
  121. ]
  122. },
  123. {
  124. "functionProperties": [
  125. {
  126. "#__proto__": "function <large string>",
  127. "prototype": "Object {...}",
  128. "name": "string three",
  129. "caller": "function <large string>",
  130. "arguments": "Object {...}",
  131. "length": "number 3"
  132. },
  133. {
  134. "#__proto__": "function <large string>",
  135. "prototype": "Object {...}",
  136. "name": "string two",
  137. "caller": "function <large string>",
  138. "arguments": "Object {...}",
  139. "length": "number 2"
  140. },
  141. {
  142. "#__proto__": "function <large string>",
  143. "prototype": "Object {...}",
  144. "name": "string one",
  145. "caller": "object null",
  146. "arguments": "Object {...}",
  147. "length": "number 1"
  148. },
  149. {
  150. "#__proto__": "function <large string>",
  151. "prototype": "Object {...}",
  152. "name": "string Global code",
  153. "caller": "object null",
  154. "arguments": "object null",
  155. "length": "number -1"
  156. }
  157. ]
  158. }
  159. ]