MultipleContextStack.js.dbg.baseline 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. [
  2. {
  3. "callStack": [
  4. {
  5. "line": 44,
  6. "column": 2,
  7. "sourceText": "var x = 1",
  8. "function": "Func1"
  9. },
  10. {
  11. "line": 36,
  12. "column": 2,
  13. "sourceText": "Func1()",
  14. "function": "Func2"
  15. },
  16. {
  17. "line": 0,
  18. "column": 66,
  19. "sourceText": "scriptFunc2()",
  20. "function": "Script1Func1"
  21. },
  22. {
  23. "line": 0,
  24. "column": 111,
  25. "sourceText": "Script1Func1()",
  26. "function": "Script1Func2"
  27. },
  28. {
  29. "line": 0,
  30. "column": 69,
  31. "sourceText": "script1Func2()",
  32. "function": "Script2Func1"
  33. },
  34. {
  35. "line": 0,
  36. "column": 115,
  37. "sourceText": "Script2Func1()",
  38. "function": "Script2Func2"
  39. },
  40. {
  41. "line": 40,
  42. "column": 2,
  43. "sourceText": "script2.Script2Func2()",
  44. "function": "Func3"
  45. },
  46. {
  47. "line": 0,
  48. "column": 157,
  49. "sourceText": "scriptFunc3()",
  50. "function": "Script1Func3"
  51. },
  52. {
  53. "line": 0,
  54. "column": 161,
  55. "sourceText": "script1Func3()",
  56. "function": "Script2Func3"
  57. },
  58. {
  59. "line": 51,
  60. "column": 0,
  61. "sourceText": "script2.Script2Func3()",
  62. "function": "Global code"
  63. }
  64. ]
  65. },
  66. {
  67. "this": {
  68. "Func2": "function <large string>",
  69. "Func3": "function <large string>",
  70. "Func1": "function <large string>",
  71. "script1": "Object {...}",
  72. "script2": "Object {...}"
  73. },
  74. "arguments": {
  75. "#__proto__": "Object {...}",
  76. "length": "number 0",
  77. "callee": "function <large string>",
  78. "Symbol.iterator": "function <large string>"
  79. },
  80. "locals": {
  81. "x": "undefined undefined"
  82. },
  83. "globals": {
  84. "Func2": "function <large string>",
  85. "Func3": "function <large string>",
  86. "Func1": "function <large string>",
  87. "script1": "Object {...}",
  88. "script2": "Object {...}"
  89. }
  90. }
  91. ]