globalFuncVars.js.dbg.baseline 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. [
  2. {
  3. "this": {
  4. "Symbol.toStringTag": "string global",
  5. "obj": "undefined undefined",
  6. "c": "undefined undefined",
  7. "foo": "function <large string>",
  8. "bar": "function <large string>"
  9. },
  10. "scopes0": {
  11. "arguments": "Object {...}",
  12. "mm": "Array [22,33]",
  13. "f1": "function function f1() {}",
  14. "a": "number 10",
  15. "b": "Object {...}",
  16. "c1": "undefined undefined"
  17. },
  18. "globals": {
  19. "Symbol.toStringTag": "string global",
  20. "obj": "undefined undefined",
  21. "c": "undefined undefined",
  22. "foo": "function <large string>",
  23. "bar": "function <large string>"
  24. }
  25. },
  26. {
  27. "evaluate": {
  28. "mm": "Array [22,33]"
  29. }
  30. },
  31. {
  32. "callStack": [
  33. {
  34. "line": 3,
  35. "column": 1,
  36. "sourceText": "ex1",
  37. "function": "eval code"
  38. },
  39. {
  40. "line": 10,
  41. "column": 4,
  42. "sourceText": "eval(' try { \\n abc.def = 10;\\n } catch(ex1) { \\n ex1; /**bp:stack();locals(1);evaluate(\"ex1\");evaluate(\"c1\")**/ } \\nc;')",
  43. "function": "foo"
  44. },
  45. {
  46. "line": 13,
  47. "column": 0,
  48. "sourceText": "foo()",
  49. "function": "Global code"
  50. }
  51. ]
  52. },
  53. {
  54. "this": {
  55. "Symbol.toStringTag": "string global",
  56. "obj": "undefined undefined",
  57. "c": "undefined undefined",
  58. "foo": "function <large string>",
  59. "bar": "function <large string>"
  60. },
  61. "locals": {
  62. "ex1": {
  63. "#__proto__": "Error ",
  64. "message": "string <large string>",
  65. "description": "string <large string>",
  66. "number": "number -2146823279",
  67. "stack": "string <large string>"
  68. }
  69. },
  70. "scopes0": {
  71. "arguments": "Object {...}",
  72. "mm": "Array [22,33]",
  73. "f1": "function function f1() {}",
  74. "a": "number 10",
  75. "b": "Object {...}",
  76. "c1": "Array [1]"
  77. },
  78. "globals": {
  79. "Symbol.toStringTag": "string global",
  80. "obj": "undefined undefined",
  81. "c": "undefined undefined",
  82. "foo": "function <large string>",
  83. "bar": "function <large string>"
  84. }
  85. },
  86. {
  87. "evaluate": {
  88. "ex1": "Error <large string>"
  89. }
  90. },
  91. {
  92. "evaluate": {
  93. "c1": "Array [1]"
  94. }
  95. },
  96. {
  97. "this": {
  98. "Symbol.toStringTag": "string global",
  99. "obj": "undefined undefined",
  100. "c": "undefined undefined",
  101. "foo": "function <large string>",
  102. "bar": "function <large string>"
  103. },
  104. "locals": {
  105. "Symbol.toStringTag": "string global",
  106. "obj": "undefined undefined",
  107. "c": "undefined undefined",
  108. "foo": {
  109. "#__proto__": "function <large string>",
  110. "prototype": "Object {...}",
  111. "name": "string foo",
  112. "caller": "object null",
  113. "arguments": "object null",
  114. "length": "number 0"
  115. },
  116. "bar": {
  117. "#__proto__": "function <large string>",
  118. "prototype": "Object {...}",
  119. "name": "string bar",
  120. "caller": "object null",
  121. "arguments": "object null",
  122. "length": "number 0"
  123. }
  124. },
  125. "globals": {}
  126. },
  127. {
  128. "this": {
  129. "Symbol.toStringTag": "string global",
  130. "obj": "undefined undefined",
  131. "c": "undefined undefined",
  132. "foo": "function <large string>",
  133. "bar": "function <large string>"
  134. },
  135. "locals": {
  136. "ex2": {
  137. "#__proto__": "Error ",
  138. "message": "string <large string>",
  139. "description": "string <large string>",
  140. "number": "number -2146823279",
  141. "stack": "string <large string>"
  142. },
  143. "Symbol.toStringTag": "string global",
  144. "obj": "undefined undefined",
  145. "c": "undefined undefined",
  146. "foo": {
  147. "#__proto__": "function <large string>",
  148. "prototype": "Object {...}",
  149. "name": "string foo",
  150. "caller": "object null",
  151. "arguments": "object null",
  152. "length": "number 0"
  153. },
  154. "bar": {
  155. "#__proto__": "function <large string>",
  156. "prototype": "Object {...}",
  157. "name": "string bar",
  158. "caller": "object null",
  159. "arguments": "object null",
  160. "length": "number 0"
  161. }
  162. },
  163. "globals": {}
  164. },
  165. {
  166. "this": {
  167. "Symbol.toStringTag": "string global",
  168. "obj": "Object {...}",
  169. "c": "number 10",
  170. "foo": "function <large string>",
  171. "bar": "function <large string>"
  172. },
  173. "locals": {
  174. "Symbol.toStringTag": "string global",
  175. "obj": {
  176. "#__proto__": "Object {...}",
  177. "x": "number 10",
  178. "y": "Array [11,22]"
  179. },
  180. "c": "number 10",
  181. "foo": {
  182. "#__proto__": "function <large string>",
  183. "prototype": "Object {...}",
  184. "name": "string foo",
  185. "caller": "object null",
  186. "arguments": "object null",
  187. "length": "number 0"
  188. },
  189. "bar": {
  190. "#__proto__": "function <large string>",
  191. "prototype": "Object {...}",
  192. "name": "string bar",
  193. "caller": "object null",
  194. "arguments": "object null",
  195. "length": "number 0"
  196. }
  197. },
  198. "globals": {}
  199. },
  200. {
  201. "evaluate": {
  202. "y": "Array [11,22]"
  203. }
  204. }
  205. ]