debugger_basic_launch.js.dbg.baseline 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. [
  2. {
  3. "breakpoints": []
  4. },
  5. {
  6. "this": "Object {...}",
  7. "arguments": "Object {...}",
  8. "locals": {
  9. "mem": "WebAssembly.Memory {...}",
  10. "table": "WebAssembly.Table {...}",
  11. "module": "WebAssembly.Module {...}",
  12. "instance": "WebAssembly.Instance {...}",
  13. "foo": "function <large string>"
  14. }
  15. },
  16. {
  17. "callStack": [
  18. {
  19. "line": 50,
  20. "column": 2,
  21. "sourceText": "debugger",
  22. "function": "makeInstance"
  23. },
  24. {
  25. "line": 53,
  26. "column": 0,
  27. "sourceText": "const {exports: {a, b, c}} = makeInstance(val => {\r\n print(val);\r\n // causes exception\r\n return val.b.c;\r\n})",
  28. "function": "Global code"
  29. }
  30. ]
  31. },
  32. {
  33. "breakpoints": []
  34. },
  35. {
  36. "this": "Object {...}",
  37. "arguments": "Object {...}"
  38. },
  39. {
  40. "callStack": [
  41. {
  42. "line": 72,
  43. "column": 2,
  44. "sourceText": "debugger",
  45. "function": "runA"
  46. }
  47. ]
  48. },
  49. {
  50. "breakpoints": []
  51. },
  52. {
  53. "this": "Object {...}",
  54. "arguments": "Object {...}",
  55. "locals": {
  56. "mem": "WebAssembly.Memory {...}",
  57. "table": "WebAssembly.Table {...}",
  58. "module": "WebAssembly.Module {...}",
  59. "instance": "WebAssembly.Instance {...}",
  60. "foo": "function <large string>"
  61. }
  62. },
  63. {
  64. "callStack": [
  65. {
  66. "line": 50,
  67. "column": 2,
  68. "sourceText": "debugger",
  69. "function": "makeInstance"
  70. },
  71. {
  72. "line": 118,
  73. "column": 4,
  74. "sourceText": "const {exports: {c: newC}} = makeInstance(val => {\r\n debugger;\r\n testValue = val;\r\n })",
  75. "function": "Anonymous function"
  76. }
  77. ]
  78. },
  79. {
  80. "breakpoints": []
  81. },
  82. {
  83. "arguments": "Object {...}",
  84. "locals": {
  85. "newC": "function <large string>",
  86. "testValue": "number 0"
  87. }
  88. },
  89. {
  90. "callStack": [
  91. {
  92. "line": 122,
  93. "column": 4,
  94. "sourceText": "debugger",
  95. "function": "Anonymous function"
  96. }
  97. ]
  98. },
  99. {
  100. "breakpoints": []
  101. },
  102. {
  103. "arguments": "Object {...}",
  104. "locals": {
  105. "val": "number 15"
  106. },
  107. "scopes0": "undefined undefined"
  108. },
  109. {
  110. "callStack": [
  111. {
  112. "line": 119,
  113. "column": 6,
  114. "sourceText": "debugger",
  115. "function": "Anonymous function"
  116. },
  117. {
  118. "line": 123,
  119. "column": 4,
  120. "sourceText": "newC(15)",
  121. "function": "Anonymous function"
  122. }
  123. ]
  124. }
  125. ]