JsDiagGetStackProperties.js.dbg.baseline 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. [
  2. {
  3. "this": "Object {...}",
  4. "{exception}": "number 1",
  5. "locals": {
  6. "read": "function read",
  7. "readbuffer": "function readbuffer",
  8. "console": "Object {...}",
  9. "FuncLevel1": "function <large string>",
  10. "outerFunc1": "function <large string>",
  11. "globalVar": "undefined undefined"
  12. }
  13. },
  14. {
  15. "this": "Object {...}",
  16. "{exception}": "Error Caught Error",
  17. "locals": {
  18. "read": "function read",
  19. "readbuffer": "function readbuffer",
  20. "console": "Object {...}",
  21. "FuncLevel1": "function <large string>",
  22. "outerFunc1": "function <large string>",
  23. "globalVar": "undefined undefined"
  24. }
  25. },
  26. {
  27. "this": {
  28. "read": "function read",
  29. "readbuffer": "function readbuffer",
  30. "console": "Object {...}",
  31. "FuncLevel1": "function <large string>",
  32. "outerFunc1": "function <large string>",
  33. "globalVar": "Object {...}"
  34. },
  35. "arguments": {
  36. "#__proto__": "Object {...}",
  37. "length": "number 0",
  38. "callee": "function <large string>",
  39. "Symbol.iterator": "function <large string>"
  40. },
  41. "locals": {
  42. "localVar1": {
  43. "#__proto__": "Object {...}",
  44. "prop": "number 1"
  45. },
  46. "localVar2": "undefined undefined"
  47. },
  48. "scopes0": {
  49. "level2Var": "Object {...}"
  50. },
  51. "scopes1": {
  52. "level1Var": "Object {...}"
  53. },
  54. "globals": {
  55. "WScript": "Object {...}",
  56. "print": "function print",
  57. "read": "function read",
  58. "readbuffer": "function readbuffer",
  59. "console": "Object {...}",
  60. "FuncLevel1": "function <large string>",
  61. "outerFunc1": "function <large string>",
  62. "globalVar": "Object {...}"
  63. }
  64. },
  65. {
  66. "this": {
  67. "read": "function read",
  68. "readbuffer": "function readbuffer",
  69. "console": "Object {...}",
  70. "FuncLevel1": "function <large string>",
  71. "outerFunc1": "function <large string>",
  72. "globalVar": "Object {...}"
  73. },
  74. "arguments": {
  75. "#__proto__": "Object {...}",
  76. "length": "number 0",
  77. "callee": "function <large string>",
  78. "Symbol.iterator": "function <large string>"
  79. },
  80. "[Return value]": "string 123",
  81. "functionCallsReturn": {
  82. "[innerFunc1 returned]": "number 1",
  83. "[innerFunc2 returned]": "string 2",
  84. "[innerFunc3 returned]": {
  85. "#__proto__": "Number 0"
  86. }
  87. },
  88. "locals": {
  89. "innerFunc1": {
  90. "#__proto__": "function <large string>",
  91. "prototype": "Object {...}",
  92. "name": "string innerFunc1",
  93. "caller": "object null",
  94. "arguments": "object null",
  95. "length": "number 0"
  96. },
  97. "innerFunc2": {
  98. "#__proto__": "function <large string>",
  99. "prototype": "Object {...}",
  100. "name": "string innerFunc2",
  101. "caller": "object null",
  102. "arguments": "object null",
  103. "length": "number 0"
  104. },
  105. "innerFunc3": {
  106. "#__proto__": "function <large string>",
  107. "prototype": "Object {...}",
  108. "name": "string innerFunc3",
  109. "caller": "object null",
  110. "arguments": "object null",
  111. "length": "number 0"
  112. }
  113. },
  114. "globals": {
  115. "WScript": "Object {...}",
  116. "print": "function print",
  117. "read": "function read",
  118. "readbuffer": "function readbuffer",
  119. "console": "Object {...}",
  120. "FuncLevel1": "function <large string>",
  121. "outerFunc1": "function <large string>",
  122. "globalVar": "Object {...}"
  123. }
  124. }
  125. ]