Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: test/hello_world/hello_world.js.info.json

Issue 2402473002: Add ClosureInfo for closures. (Closed)
Patch Set: update parse test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pubspec.yaml ('k') | test/parse_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "elements": { 2 "elements": {
3 "library": { 3 "library": {
4 "0": { 4 "0": {
5 "id": "library/0", 5 "id": "library/0",
6 "kind": "library", 6 "kind": "library",
7 "name": "<unnamed>", 7 "name": "<unnamed>",
8 "size": 85, 8 "size": 85,
9 "children": [ 9 "children": [
10 "function/0" 10 "function/0"
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 "inferredType": "[null|subclass=Object]", 1445 "inferredType": "[null|subclass=Object]",
1446 "code": null, 1446 "code": null,
1447 "type": "List<K>" 1447 "type": "List<K>"
1448 }, 1448 },
1449 "62": { 1449 "62": {
1450 "id": "field/62", 1450 "id": "field/62",
1451 "kind": "field", 1451 "kind": "field",
1452 "name": "message", 1452 "name": "message",
1453 "size": 0, 1453 "size": 0,
1454 "outputUnit": "outputUnit/0", 1454 "outputUnit": "outputUnit/0",
1455 "coverageId": "4090", 1455 "coverageId": "4087",
1456 "parent": "class/143", 1456 "parent": "class/143",
1457 "children": [], 1457 "children": [],
1458 "inferredType": "Value mask: [\"Intercepted function with no arguments.\ "] type: [exact=JSString]", 1458 "inferredType": "Value mask: [\"Intercepted function with no arguments.\ "] type: [exact=JSString]",
1459 "code": null, 1459 "code": null,
1460 "type": "dynamic" 1460 "type": "dynamic"
1461 }, 1461 },
1462 "63": { 1462 "63": {
1463 "id": "field/63", 1463 "id": "field/63",
1464 "kind": "field", 1464 "kind": "field",
1465 "name": "message", 1465 "name": "message",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 "size": 0, 1795 "size": 0,
1796 "outputUnit": "outputUnit/0", 1796 "outputUnit": "outputUnit/0",
1797 "coverageId": "3883", 1797 "coverageId": "3883",
1798 "parent": "class/293", 1798 "parent": "class/293",
1799 "children": [], 1799 "children": [],
1800 "inferredType": "[null|subclass=Object]", 1800 "inferredType": "[null|subclass=Object]",
1801 "code": null, 1801 "code": null,
1802 "type": "E" 1802 "type": "E"
1803 } 1803 }
1804 }, 1804 },
1805 "constant": {} 1805 "constant": {},
1806 "closure": {}
1806 }, 1807 },
1807 "holding": { 1808 "holding": {
1808 "function/0": [ 1809 "function/0": [
1809 { 1810 {
1810 "id": "function/2", 1811 "id": "function/2",
1811 "mask": "null" 1812 "mask": "null"
1812 }, 1813 },
1813 { 1814 {
1814 "id": "function/1", 1815 "id": "function/1",
1815 "mask": "inlined" 1816 "mask": "inlined"
(...skipping 23 matching lines...) Expand all
1839 ], 1840 ],
1840 "function/1": [ 1841 "function/1": [
1841 "field/12" 1842 "field/12"
1842 ] 1843 ]
1843 }, 1844 },
1844 "outputUnits": [ 1845 "outputUnits": [
1845 { 1846 {
1846 "id": "outputUnit/0", 1847 "id": "outputUnit/0",
1847 "kind": "outputUnit", 1848 "kind": "outputUnit",
1848 "name": null, 1849 "name": null,
1849 "size": 10124, 1850 "size": 10116,
1850 "imports": [ 1851 "imports": [
1851 null 1852 null
1852 ] 1853 ]
1853 } 1854 }
1854 ], 1855 ],
1855 "dump_version": 4, 1856 "dump_version": 5,
1856 "deferredFiles": {}, 1857 "deferredFiles": {},
1857 "dump_minor_version": "0", 1858 "dump_minor_version": "0",
1858 "program": { 1859 "program": {
1859 "entrypoint": "function/0", 1860 "entrypoint": "function/0",
1860 "size": 10124, 1861 "size": 10116,
1861 "dart2jsVersion": null, 1862 "dart2jsVersion": null,
1862 "compilationMoment": "2016-09-30 16:14:58.038530", 1863 "compilationMoment": "2016-10-06 10:14:59.145665",
1863 "compilationDuration": 2726976, 1864 "compilationDuration": 2729236,
1864 "toJsonDuration": 4000, 1865 "toJsonDuration": 4000,
1865 "dumpInfoDuration": 0, 1866 "dumpInfoDuration": 0,
1866 "noSuchMethodEnabled": false, 1867 "noSuchMethodEnabled": false,
1867 "minified": false 1868 "minified": false
1868 } 1869 }
1869 } 1870 }
OLDNEW
« no previous file with comments | « pubspec.yaml ('k') | test/parse_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698