closure-qmark.js.dbg.baseline 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. [
  2. {
  3. "breakpoint": {
  4. "reason": "breakpoint",
  5. "location": {
  6. "start": 475,
  7. "length": 9,
  8. "text": "catch (e)",
  9. "frameDescription": "Global code"
  10. }
  11. }
  12. },
  13. {
  14. "locals": {
  15. "this": {
  16. "[Methods]": "{...}",
  17. "[prototype]": "{...}",
  18. "Debug": "{...}",
  19. "Infinity": "Infinity",
  20. "JSON": "{...}",
  21. "Math": "{...}",
  22. "NaN": "NaN",
  23. "SCA": "{...}",
  24. "undefined": "undefined",
  25. "WScript": "{...}",
  26. "z": "undefined"
  27. },
  28. "WScript": {
  29. "[Methods]": "{...}",
  30. "[prototype]": "{...}",
  31. "Arguments": "[]",
  32. "StdErr": "{...}"
  33. },
  34. "SCA": {
  35. "[Methods]": "{...}",
  36. "[prototype]": "{...}"
  37. },
  38. "ImageData": {
  39. "[prototype]": "<large string>",
  40. "prototype": "{...}"
  41. },
  42. "write": {
  43. "[prototype]": "<large string>",
  44. "prototype": "{...}"
  45. },
  46. "z": "undefined",
  47. "e": {
  48. "[prototype]": "undefined",
  49. "description": "<large string>",
  50. "message": "<large string>",
  51. "number": "-2146823286",
  52. "stack": "<large string>"
  53. }
  54. }
  55. },
  56. {
  57. "callstack": [
  58. {
  59. "start": 475,
  60. "length": 9,
  61. "text": "catch (e)",
  62. "frameDescription": "Global code"
  63. }
  64. ]
  65. },
  66. {
  67. "breakpoint": {
  68. "reason": "breakpoint",
  69. "location": {
  70. "start": 290,
  71. "length": 20,
  72. "text": "WScript.Echo(x + '')",
  73. "frameDescription": "write"
  74. }
  75. }
  76. },
  77. {
  78. "locals": {
  79. "this": {
  80. "[Methods]": "{...}",
  81. "[prototype]": "{...}",
  82. "Debug": "{...}",
  83. "Infinity": "Infinity",
  84. "JSON": "{...}",
  85. "Math": "{...}",
  86. "NaN": "NaN",
  87. "SCA": "{...}",
  88. "undefined": "undefined",
  89. "WScript": "{...}",
  90. "z": "undefined"
  91. },
  92. "arguments": {
  93. "[Methods]": "{...}",
  94. "[prototype]": "{...}",
  95. "[0]": "<large string>",
  96. "length": "1"
  97. },
  98. "x": "<large string>",
  99. "[Globals]": {
  100. "WScript": "{...}",
  101. "SCA": "{...}",
  102. "ImageData": "<large string>",
  103. "write": "<large string>",
  104. "z": "undefined"
  105. }
  106. }
  107. },
  108. {
  109. "callstack": [
  110. {
  111. "start": 290,
  112. "length": 20,
  113. "text": "WScript.Echo(x + '')",
  114. "frameDescription": "write"
  115. },
  116. {
  117. "start": 492,
  118. "length": 16,
  119. "text": "write(e.message)",
  120. "frameDescription": "Global code"
  121. }
  122. ]
  123. },
  124. {
  125. "breakpoint": {
  126. "reason": "breakpoint",
  127. "location": {
  128. "start": 537,
  129. "length": 56,
  130. "text": "function () {\n return true ? true : x;\n })()",
  131. "frameDescription": "Anonymous function"
  132. }
  133. }
  134. },
  135. {
  136. "locals": {
  137. "this": {
  138. "[Methods]": "{...}",
  139. "[prototype]": "{...}",
  140. "Debug": "{...}",
  141. "Infinity": "Infinity",
  142. "JSON": "{...}",
  143. "Math": "{...}",
  144. "NaN": "NaN",
  145. "SCA": "{...}",
  146. "undefined": "undefined",
  147. "WScript": "{...}",
  148. "z": "undefined"
  149. },
  150. "arguments": {
  151. "[Methods]": "{...}",
  152. "[prototype]": "{...}",
  153. "length": "0"
  154. },
  155. "x": "undefined",
  156. "[Globals]": {
  157. "WScript": "{...}",
  158. "SCA": "{...}",
  159. "ImageData": "<large string>",
  160. "write": "<large string>",
  161. "z": "undefined"
  162. }
  163. }
  164. },
  165. {
  166. "callstack": [
  167. {
  168. "start": 537,
  169. "length": 56,
  170. "text": "function () {\n return true ? true : x;\n })()",
  171. "frameDescription": "Anonymous function"
  172. },
  173. {
  174. "start": 517,
  175. "length": 95,
  176. "text": "function () {\n (function () {\n return true ? true : x;\n })();\n var x;\n})()",
  177. "frameDescription": "Global code"
  178. }
  179. ]
  180. },
  181. {
  182. "breakpoint": {
  183. "reason": "breakpoint",
  184. "location": {
  185. "start": 626,
  186. "length": 30,
  187. "text": "var z = Object instanceof null",
  188. "frameDescription": "Global code"
  189. }
  190. }
  191. },
  192. {
  193. "locals": {
  194. "this": {
  195. "[Methods]": "{...}",
  196. "[prototype]": "{...}",
  197. "Debug": "{...}",
  198. "Infinity": "Infinity",
  199. "JSON": "{...}",
  200. "Math": "{...}",
  201. "NaN": "NaN",
  202. "SCA": "{...}",
  203. "undefined": "undefined",
  204. "WScript": "{...}",
  205. "z": "undefined"
  206. },
  207. "WScript": {
  208. "[Methods]": "{...}",
  209. "[prototype]": "{...}",
  210. "Arguments": "[]",
  211. "StdErr": "{...}"
  212. },
  213. "SCA": {
  214. "[Methods]": "{...}",
  215. "[prototype]": "{...}"
  216. },
  217. "ImageData": {
  218. "[prototype]": "<large string>",
  219. "prototype": "{...}"
  220. },
  221. "write": {
  222. "[prototype]": "<large string>",
  223. "prototype": "{...}"
  224. },
  225. "z": "undefined"
  226. }
  227. },
  228. {
  229. "callstack": [
  230. {
  231. "start": 626,
  232. "length": 30,
  233. "text": "var z = Object instanceof null",
  234. "frameDescription": "Global code"
  235. }
  236. ]
  237. },
  238. {
  239. "breakpoint": {
  240. "reason": "breakpoint",
  241. "location": {
  242. "start": 290,
  243. "length": 20,
  244. "text": "WScript.Echo(x + '')",
  245. "frameDescription": "write"
  246. }
  247. }
  248. },
  249. {
  250. "locals": {
  251. "this": {
  252. "[Methods]": "{...}",
  253. "[prototype]": "{...}",
  254. "Debug": "{...}",
  255. "Infinity": "Infinity",
  256. "JSON": "{...}",
  257. "Math": "{...}",
  258. "NaN": "NaN",
  259. "SCA": "{...}",
  260. "undefined": "undefined",
  261. "WScript": "{...}",
  262. "z": "undefined"
  263. },
  264. "arguments": {
  265. "[Methods]": "{...}",
  266. "[prototype]": "{...}",
  267. "[0]": "<large string>",
  268. "length": "1"
  269. },
  270. "x": "<large string>",
  271. "[Globals]": {
  272. "WScript": "{...}",
  273. "SCA": "{...}",
  274. "ImageData": "<large string>",
  275. "write": "<large string>",
  276. "z": "undefined"
  277. }
  278. }
  279. },
  280. {
  281. "callstack": [
  282. {
  283. "start": 290,
  284. "length": 20,
  285. "text": "WScript.Echo(x + '')",
  286. "frameDescription": "write"
  287. },
  288. {
  289. "start": 679,
  290. "length": 16,
  291. "text": "write(e.message)",
  292. "frameDescription": "Global code"
  293. }
  294. ]
  295. },
  296. {
  297. "breakpoint": {
  298. "reason": "breakpoint",
  299. "location": {
  300. "start": 704,
  301. "length": 109,
  302. "text": "function () {\n (function () {\n return false ? x : false;\n })();\n function x() { }; \n})()",
  303. "frameDescription": "Global code"
  304. }
  305. }
  306. },
  307. {
  308. "locals": {
  309. "this": {
  310. "[Methods]": "{...}",
  311. "[prototype]": "{...}",
  312. "Debug": "{...}",
  313. "Infinity": "Infinity",
  314. "JSON": "{...}",
  315. "Math": "{...}",
  316. "NaN": "NaN",
  317. "SCA": "{...}",
  318. "undefined": "undefined",
  319. "WScript": "{...}",
  320. "z": "undefined"
  321. },
  322. "WScript": {
  323. "[Methods]": "{...}",
  324. "[prototype]": "{...}",
  325. "Arguments": "[]",
  326. "StdErr": "{...}"
  327. },
  328. "SCA": {
  329. "[Methods]": "{...}",
  330. "[prototype]": "{...}"
  331. },
  332. "ImageData": {
  333. "[prototype]": "<large string>",
  334. "prototype": "{...}"
  335. },
  336. "write": {
  337. "[prototype]": "<large string>",
  338. "prototype": "{...}"
  339. },
  340. "z": "undefined"
  341. }
  342. },
  343. {
  344. "callstack": [
  345. {
  346. "start": 704,
  347. "length": 109,
  348. "text": "function () {\n (function () {\n return false ? x : false;\n })();\n function x() { }; \n})()",
  349. "frameDescription": "Global code"
  350. }
  351. ]
  352. },
  353. {
  354. "breakpoint": {
  355. "reason": "breakpoint",
  356. "location": {
  357. "start": 827,
  358. "length": 30,
  359. "text": "var z = Object instanceof null",
  360. "frameDescription": "Global code"
  361. }
  362. }
  363. },
  364. {
  365. "locals": {
  366. "this": {
  367. "[Methods]": "{...}",
  368. "[prototype]": "{...}",
  369. "Debug": "{...}",
  370. "Infinity": "Infinity",
  371. "JSON": "{...}",
  372. "Math": "{...}",
  373. "NaN": "NaN",
  374. "SCA": "{...}",
  375. "undefined": "undefined",
  376. "WScript": "{...}",
  377. "z": "undefined"
  378. },
  379. "WScript": {
  380. "[Methods]": "{...}",
  381. "[prototype]": "{...}",
  382. "Arguments": "[]",
  383. "StdErr": "{...}"
  384. },
  385. "SCA": {
  386. "[Methods]": "{...}",
  387. "[prototype]": "{...}"
  388. },
  389. "ImageData": {
  390. "[prototype]": "<large string>",
  391. "prototype": "{...}"
  392. },
  393. "write": {
  394. "[prototype]": "<large string>",
  395. "prototype": "{...}"
  396. },
  397. "z": "undefined"
  398. }
  399. },
  400. {
  401. "callstack": [
  402. {
  403. "start": 827,
  404. "length": 30,
  405. "text": "var z = Object instanceof null",
  406. "frameDescription": "Global code"
  407. }
  408. ]
  409. },
  410. {
  411. "breakpoint": {
  412. "reason": "breakpoint",
  413. "location": {
  414. "start": 290,
  415. "length": 20,
  416. "text": "WScript.Echo(x + '')",
  417. "frameDescription": "write"
  418. }
  419. }
  420. },
  421. {
  422. "locals": {
  423. "this": {
  424. "[Methods]": "{...}",
  425. "[prototype]": "{...}",
  426. "Debug": "{...}",
  427. "Infinity": "Infinity",
  428. "JSON": "{...}",
  429. "Math": "{...}",
  430. "NaN": "NaN",
  431. "SCA": "{...}",
  432. "undefined": "undefined",
  433. "WScript": "{...}",
  434. "z": "undefined"
  435. },
  436. "arguments": {
  437. "[Methods]": "{...}",
  438. "[prototype]": "{...}",
  439. "[0]": "<large string>",
  440. "length": "1"
  441. },
  442. "x": "<large string>",
  443. "[Globals]": {
  444. "WScript": "{...}",
  445. "SCA": "{...}",
  446. "ImageData": "<large string>",
  447. "write": "<large string>",
  448. "z": "undefined"
  449. }
  450. }
  451. },
  452. {
  453. "callstack": [
  454. {
  455. "start": 290,
  456. "length": 20,
  457. "text": "WScript.Echo(x + '')",
  458. "frameDescription": "write"
  459. },
  460. {
  461. "start": 880,
  462. "length": 16,
  463. "text": "write(e.message)",
  464. "frameDescription": "Global code"
  465. }
  466. ]
  467. },
  468. {
  469. "breakpoint": {
  470. "reason": "breakpoint",
  471. "location": {
  472. "start": 905,
  473. "length": 97,
  474. "text": "function () {\n (function () {\n return false ? x : false;\n })();\n var x;\n})()",
  475. "frameDescription": "Global code"
  476. }
  477. }
  478. },
  479. {
  480. "locals": {
  481. "this": {
  482. "[Methods]": "{...}",
  483. "[prototype]": "{...}",
  484. "Debug": "{...}",
  485. "Infinity": "Infinity",
  486. "JSON": "{...}",
  487. "Math": "{...}",
  488. "NaN": "NaN",
  489. "SCA": "{...}",
  490. "undefined": "undefined",
  491. "WScript": "{...}",
  492. "z": "undefined"
  493. },
  494. "WScript": {
  495. "[Methods]": "{...}",
  496. "[prototype]": "{...}",
  497. "Arguments": "[]",
  498. "StdErr": "{...}"
  499. },
  500. "SCA": {
  501. "[Methods]": "{...}",
  502. "[prototype]": "{...}"
  503. },
  504. "ImageData": {
  505. "[prototype]": "<large string>",
  506. "prototype": "{...}"
  507. },
  508. "write": {
  509. "[prototype]": "<large string>",
  510. "prototype": "{...}"
  511. },
  512. "z": "undefined"
  513. }
  514. },
  515. {
  516. "callstack": [
  517. {
  518. "start": 905,
  519. "length": 97,
  520. "text": "function () {\n (function () {\n return false ? x : false;\n })();\n var x;\n})()",
  521. "frameDescription": "Global code"
  522. }
  523. ]
  524. },
  525. {
  526. "breakpoint": {
  527. "reason": "breakpoint",
  528. "location": {
  529. "start": 998,
  530. "length": 1,
  531. "text": "}",
  532. "frameDescription": "Anonymous function"
  533. }
  534. }
  535. },
  536. {
  537. "locals": {
  538. "this": {
  539. "[Methods]": "{...}",
  540. "[prototype]": "{...}",
  541. "Debug": "{...}",
  542. "Infinity": "Infinity",
  543. "JSON": "{...}",
  544. "Math": "{...}",
  545. "NaN": "NaN",
  546. "SCA": "{...}",
  547. "undefined": "undefined",
  548. "WScript": "{...}",
  549. "z": "undefined"
  550. },
  551. "arguments": {
  552. "[Methods]": "{...}",
  553. "[prototype]": "{...}",
  554. "length": "0"
  555. },
  556. "x": "undefined",
  557. "[Globals]": {
  558. "WScript": "{...}",
  559. "SCA": "{...}",
  560. "ImageData": "<large string>",
  561. "write": "<large string>",
  562. "z": "undefined"
  563. }
  564. }
  565. },
  566. {
  567. "callstack": [
  568. {
  569. "start": 998,
  570. "length": 1,
  571. "text": "}",
  572. "frameDescription": "Anonymous function"
  573. },
  574. {
  575. "start": 905,
  576. "length": 97,
  577. "text": "function () {\n (function () {\n return false ? x : false;\n })();\n var x;\n})()",
  578. "frameDescription": "Global code"
  579. }
  580. ]
  581. },
  582. {
  583. "breakpoint": {
  584. "reason": "step",
  585. "location": {
  586. "start": 1016,
  587. "length": 30,
  588. "text": "var z = Object instanceof null",
  589. "frameDescription": "Global code"
  590. }
  591. }
  592. },
  593. {
  594. "locals": {
  595. "this": {
  596. "[Methods]": "{...}",
  597. "[prototype]": "{...}",
  598. "Debug": "{...}",
  599. "Infinity": "Infinity",
  600. "JSON": "{...}",
  601. "Math": "{...}",
  602. "NaN": "NaN",
  603. "SCA": "{...}",
  604. "undefined": "undefined",
  605. "WScript": "{...}",
  606. "z": "undefined"
  607. },
  608. "WScript": {
  609. "[Methods]": "{...}",
  610. "[prototype]": "{...}",
  611. "Arguments": "[]",
  612. "StdErr": "{...}"
  613. },
  614. "SCA": {
  615. "[Methods]": "{...}",
  616. "[prototype]": "{...}"
  617. },
  618. "ImageData": {
  619. "[prototype]": "<large string>",
  620. "prototype": "{...}"
  621. },
  622. "write": {
  623. "[prototype]": "<large string>",
  624. "prototype": "{...}"
  625. },
  626. "z": "undefined"
  627. }
  628. },
  629. {
  630. "callstack": [
  631. {
  632. "start": 1016,
  633. "length": 30,
  634. "text": "var z = Object instanceof null",
  635. "frameDescription": "Global code"
  636. }
  637. ]
  638. },
  639. {
  640. "breakpoint": {
  641. "reason": "breakpoint",
  642. "location": {
  643. "start": 1069,
  644. "length": 16,
  645. "text": "write(e.message)",
  646. "frameDescription": "Global code"
  647. }
  648. }
  649. },
  650. {
  651. "locals": {
  652. "this": {
  653. "[Methods]": "{...}",
  654. "[prototype]": "{...}",
  655. "Debug": "{...}",
  656. "Infinity": "Infinity",
  657. "JSON": "{...}",
  658. "Math": "{...}",
  659. "NaN": "NaN",
  660. "SCA": "{...}",
  661. "undefined": "undefined",
  662. "WScript": "{...}",
  663. "z": "undefined"
  664. },
  665. "WScript": {
  666. "[Methods]": "{...}",
  667. "[prototype]": "{...}",
  668. "Arguments": "[]",
  669. "StdErr": "{...}"
  670. },
  671. "SCA": {
  672. "[Methods]": "{...}",
  673. "[prototype]": "{...}"
  674. },
  675. "ImageData": {
  676. "[prototype]": "<large string>",
  677. "prototype": "{...}"
  678. },
  679. "write": {
  680. "[prototype]": "<large string>",
  681. "prototype": "{...}"
  682. },
  683. "z": "undefined",
  684. "e": {
  685. "[prototype]": "undefined",
  686. "description": "<large string>",
  687. "message": "<large string>",
  688. "number": "-2146823286",
  689. "stack": "<large string>"
  690. }
  691. }
  692. },
  693. {
  694. "callstack": [
  695. {
  696. "start": 1069,
  697. "length": 16,
  698. "text": "write(e.message)",
  699. "frameDescription": "Global code"
  700. }
  701. ]
  702. },
  703. {
  704. "breakpoint": {
  705. "reason": "breakpoint",
  706. "location": {
  707. "start": 290,
  708. "length": 20,
  709. "text": "WScript.Echo(x + '')",
  710. "frameDescription": "write"
  711. }
  712. }
  713. },
  714. {
  715. "locals": {
  716. "this": {
  717. "[Methods]": "{...}",
  718. "[prototype]": "{...}",
  719. "Debug": "{...}",
  720. "Infinity": "Infinity",
  721. "JSON": "{...}",
  722. "Math": "{...}",
  723. "NaN": "NaN",
  724. "SCA": "{...}",
  725. "undefined": "undefined",
  726. "WScript": "{...}",
  727. "z": "undefined"
  728. },
  729. "arguments": {
  730. "[Methods]": "{...}",
  731. "[prototype]": "{...}",
  732. "[0]": "<large string>",
  733. "length": "1"
  734. },
  735. "x": "<large string>",
  736. "[Globals]": {
  737. "WScript": "{...}",
  738. "SCA": "{...}",
  739. "ImageData": "<large string>",
  740. "write": "<large string>",
  741. "z": "undefined"
  742. }
  743. }
  744. },
  745. {
  746. "callstack": [
  747. {
  748. "start": 290,
  749. "length": 20,
  750. "text": "WScript.Echo(x + '')",
  751. "frameDescription": "write"
  752. },
  753. {
  754. "start": 1069,
  755. "length": 16,
  756. "text": "write(e.message)",
  757. "frameDescription": "Global code"
  758. }
  759. ]
  760. }
  761. ]