getterInspection.js.dbg.baseline 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [
  2. {
  3. "this": {},
  4. "arguments": {
  5. "#__proto__": "Object {...}",
  6. "length": "number 0",
  7. "callee": "function <large string>",
  8. "Symbol.iterator": "function <large string>"
  9. },
  10. "locals": {
  11. "foo": {
  12. "#__proto__": "function <large string>",
  13. "prototype": "Object {...}",
  14. "name": "string foo",
  15. "caller": "object null",
  16. "arguments": "object null",
  17. "length": "number 2"
  18. },
  19. "arr": {
  20. "#__proto__": "Array []",
  21. "length": "number 1",
  22. "[0]": "string 2"
  23. },
  24. "desc": {
  25. "#__proto__": "Object {...}",
  26. "get": "function <large string>"
  27. },
  28. "nothrow": "undefined undefined"
  29. },
  30. "globals": {
  31. "Symbol.toStringTag": "string global",
  32. "test": "function <large string>"
  33. }
  34. },
  35. {
  36. "this": {},
  37. "arguments": {
  38. "#__proto__": "Object {...}",
  39. "length": "number 0",
  40. "callee": "function <large string>",
  41. "Symbol.iterator": "function <large string>"
  42. },
  43. "locals": {
  44. "foo": {
  45. "#__proto__": "function <large string>",
  46. "prototype": "Object {...}",
  47. "name": "string foo",
  48. "caller": "object null",
  49. "arguments": "object null",
  50. "length": "number 2"
  51. },
  52. "arr": {
  53. "#__proto__": "Array []",
  54. "length": "number 3",
  55. "[0]": "string 4",
  56. "{error}": "string str",
  57. "[2]": "string \"nothrowStr\""
  58. },
  59. "desc": {
  60. "#__proto__": "Object {...}",
  61. "get": "function <large string>"
  62. },
  63. "nothrow": {
  64. "#__proto__": "Object {...}",
  65. "get": "function <large string>"
  66. }
  67. },
  68. "globals": {
  69. "Symbol.toStringTag": "string global",
  70. "test": "function <large string>"
  71. }
  72. }
  73. ]