debugger_basic.js.dbg.baseline 1.8 KB

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