Test: FIR CFA: fix the names of some nodes
This commit is contained in:
+6
-6
@@ -29,14 +29,14 @@ digraph complexPostponedCfg_kt {
|
||||
9 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
10 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
10 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
11 [label="Enter block"];
|
||||
12 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
13 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
13 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
@@ -48,7 +48,7 @@ digraph complexPostponedCfg_kt {
|
||||
20 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
21 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
@@ -59,19 +59,19 @@ digraph complexPostponedCfg_kt {
|
||||
27 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
|
||||
28 [label="Exit block"];
|
||||
}
|
||||
29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
29 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
30 [label="Postponed exit from lambda"];
|
||||
31 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
|
||||
32 [label="Exit block"];
|
||||
}
|
||||
33 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
33 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
34 [label="Postponed exit from lambda"];
|
||||
35 [label="Function call: R|kotlin/collections/buildList|<R|FirFunctionCall|>(...)" style="filled" fillcolor=yellow];
|
||||
36 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
37 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
38 [label="Postponed exit from lambda"];
|
||||
39 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/collections/List<FirFunctionCall>|>(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Vendored
+20
-20
@@ -13,7 +13,7 @@ digraph callsInPlace_kt {
|
||||
3 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
4 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
4 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter block"];
|
||||
@@ -21,7 +21,7 @@ digraph callsInPlace_kt {
|
||||
7 [label="Assignment: R|<local>/x|"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
9 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
9 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
10 [label="Postponed exit from lambda"];
|
||||
11 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
|
||||
@@ -59,14 +59,14 @@ digraph callsInPlace_kt {
|
||||
19 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
20 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
21 [label="Enter block"];
|
||||
22 [label="Const: String(test_2)"];
|
||||
23 [label="Exit block"];
|
||||
}
|
||||
24 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
24 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
25 [label="Postponed exit from lambda"];
|
||||
26 [label="Function call: R|kotlin/repeat|(...)" style="filled" fillcolor=yellow];
|
||||
@@ -99,14 +99,14 @@ digraph callsInPlace_kt {
|
||||
32 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
33 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
33 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
34 [label="Enter block"];
|
||||
35 [label="Const: String(test_3)"];
|
||||
36 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
37 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
38 [label="Postponed exit from lambda"];
|
||||
39 [label="Function call: R|kotlin/repeat|(...)" style="filled" fillcolor=yellow];
|
||||
@@ -139,7 +139,7 @@ digraph callsInPlace_kt {
|
||||
45 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
46 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
46 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
47 [label="Enter block"];
|
||||
@@ -150,7 +150,7 @@ digraph callsInPlace_kt {
|
||||
52 [label="Comparison >"];
|
||||
53 [label="Exit block"];
|
||||
}
|
||||
54 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
54 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
55 [label="Postponed exit from lambda"];
|
||||
56 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
|
||||
@@ -187,7 +187,7 @@ digraph callsInPlace_kt {
|
||||
62 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
63 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
63 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
64 [label="Enter block"];
|
||||
@@ -198,7 +198,7 @@ digraph callsInPlace_kt {
|
||||
69 [label="Comparison >"];
|
||||
70 [label="Exit block"];
|
||||
}
|
||||
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
71 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
72 [label="Postponed exit from lambda"];
|
||||
73 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
|
||||
@@ -252,25 +252,25 @@ digraph callsInPlace_kt {
|
||||
84 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
85 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
85 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
86 [label="Enter block"];
|
||||
87 [label="Const: String(test_6_2)"];
|
||||
88 [label="Exit block"];
|
||||
}
|
||||
89 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
89 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
90 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
90 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
91 [label="Enter block"];
|
||||
92 [label="Const: String(test_6_1)"];
|
||||
93 [label="Exit block"];
|
||||
}
|
||||
94 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
94 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
95 [label="Postponed exit from lambda"];
|
||||
96 [label="Postponed exit from lambda"];
|
||||
@@ -309,25 +309,25 @@ digraph callsInPlace_kt {
|
||||
102 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
103 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
103 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
104 [label="Enter block"];
|
||||
105 [label="Const: String(test_7_1)"];
|
||||
106 [label="Exit block"];
|
||||
}
|
||||
107 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
107 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
108 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
108 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
109 [label="Enter block"];
|
||||
110 [label="Const: String(test_7_2)"];
|
||||
111 [label="Exit block"];
|
||||
}
|
||||
112 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
112 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
113 [label="Postponed exit from lambda"];
|
||||
114 [label="Postponed exit from lambda"];
|
||||
@@ -382,14 +382,14 @@ digraph callsInPlace_kt {
|
||||
125 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
126 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
126 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_39 {
|
||||
color=blue
|
||||
127 [label="Enter block"];
|
||||
128 [label="Const: String(test_8)"];
|
||||
129 [label="Exit block"];
|
||||
}
|
||||
130 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
130 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
131 [label="Postponed exit from lambda"];
|
||||
132 [label="Function call: R|/myDummyRun|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ digraph inLocalClass_kt {
|
||||
2 [label="Enter block"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
4 [label="Exit local class foo"];
|
||||
4 [label="Local class declaration"];
|
||||
5 [label="Function call: R|/LocalClass.LocalClass|()" style="filled" fillcolor=yellow];
|
||||
6 [label="Function call: R|/LocalClass.LocalClass|().R|<local>/run|()" style="filled" fillcolor=yellow];
|
||||
7 [label="Function call: R|<local>/e|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ digraph inLocalFunction_kt {
|
||||
2 [label="Enter block"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
4 [label="Local function declaration foo"];
|
||||
4 [label="Local function declaration"];
|
||||
5 [label="Function call: R|<local>/localFun|()" style="filled" fillcolor=yellow];
|
||||
6 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
7 [label="Exit block"];
|
||||
|
||||
+4
-4
@@ -59,7 +59,7 @@ digraph atLeastOnce_kt {
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
18 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
@@ -67,7 +67,7 @@ digraph atLeastOnce_kt {
|
||||
21 [label="Assignment: R|<local>/x|"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
23 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
|
||||
@@ -106,7 +106,7 @@ digraph atLeastOnce_kt {
|
||||
33 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
@@ -114,7 +114,7 @@ digraph atLeastOnce_kt {
|
||||
37 [label="Assignment: R|<local>/x|"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
+4
-4
@@ -59,7 +59,7 @@ digraph atMostOnce_kt {
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
18 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
@@ -67,7 +67,7 @@ digraph atMostOnce_kt {
|
||||
21 [label="Assignment: R|<local>/x|"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
23 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
|
||||
@@ -104,7 +104,7 @@ digraph atMostOnce_kt {
|
||||
33 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
@@ -112,7 +112,7 @@ digraph atMostOnce_kt {
|
||||
37 [label="Assignment: R|<local>/x|"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
+4
-4
@@ -59,7 +59,7 @@ digraph exactlyOnce_kt {
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
18 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
@@ -67,7 +67,7 @@ digraph exactlyOnce_kt {
|
||||
21 [label="Assignment: R|<local>/x|"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
23 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
|
||||
@@ -105,7 +105,7 @@ digraph exactlyOnce_kt {
|
||||
33 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
@@ -113,7 +113,7 @@ digraph exactlyOnce_kt {
|
||||
37 [label="Assignment: R|<local>/x|"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
+2
-2
@@ -173,7 +173,7 @@ digraph flow_kt {
|
||||
}
|
||||
80 [label="Exit loop block"];
|
||||
}
|
||||
81 [label="Exit whileloop"];
|
||||
81 [label="Exit while loop"];
|
||||
}
|
||||
82 [label="Exit block"];
|
||||
}
|
||||
@@ -205,7 +205,7 @@ digraph flow_kt {
|
||||
96 [label="Const: Boolean(true)"];
|
||||
97 [label="Exit loop condition"];
|
||||
}
|
||||
98 [label="Exit do-whileloop" style="filled" fillcolor=gray];
|
||||
98 [label="Exit do-while loop" style="filled" fillcolor=gray];
|
||||
}
|
||||
99 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
|
||||
+2
-2
@@ -70,14 +70,14 @@ digraph inPlaceLambda_kt {
|
||||
22 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
23 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
23 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
24 [label="Enter block"];
|
||||
25 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
26 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
27 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
28 [label="Postponed exit from lambda"];
|
||||
29 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
+4
-4
@@ -59,7 +59,7 @@ digraph unknown_kt {
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
18 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
@@ -67,7 +67,7 @@ digraph unknown_kt {
|
||||
21 [label="Assignment: R|<local>/x|"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
23 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
|
||||
@@ -105,7 +105,7 @@ digraph unknown_kt {
|
||||
33 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
@@ -113,7 +113,7 @@ digraph unknown_kt {
|
||||
37 [label="Assignment: R|<local>/x|"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Vendored
+6
-6
@@ -93,7 +93,7 @@ digraph delegateWithAnonymousObject_kt {
|
||||
28 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
29 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
29 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
30 [label="Enter block"];
|
||||
@@ -112,7 +112,7 @@ digraph delegateWithAnonymousObject_kt {
|
||||
37 [label="Exit anonymous object expression"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
@@ -153,7 +153,7 @@ digraph delegateWithAnonymousObject_kt {
|
||||
}
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
63 [label="Enter function setter" style="filled" fillcolor=red];
|
||||
63 [label="Enter function <setter>" style="filled" fillcolor=red];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
64 [label="Enter block"];
|
||||
@@ -163,11 +163,11 @@ digraph delegateWithAnonymousObject_kt {
|
||||
68 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
|
||||
69 [label="Exit block"];
|
||||
}
|
||||
70 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
70 [label="Exit function <setter>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
71 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
71 [label="Enter function <getter>" style="filled" fillcolor=red];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
72 [label="Enter block"];
|
||||
@@ -178,7 +178,7 @@ digraph delegateWithAnonymousObject_kt {
|
||||
77 [label="Stub" style="filled" fillcolor=gray];
|
||||
78 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
79 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
79 [label="Exit function <getter>" style="filled" fillcolor=red];
|
||||
}
|
||||
23 -> {24} [color=green];
|
||||
23 -> {62} [style=dotted];
|
||||
|
||||
Vendored
+6
-6
@@ -17,14 +17,14 @@ digraph plusAssignWithLambdaInRhs_kt {
|
||||
7 [label="Postponed enter to lambda" style="filled" fillcolor=gray];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
8 [label="Enter function anonymousFunction" style="filled" fillcolor=gray];
|
||||
8 [label="Enter function <anonymous>" style="filled" fillcolor=gray];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
9 [label="Enter block" style="filled" fillcolor=gray];
|
||||
10 [label="Access variable R|<local>/it|" style="filled" fillcolor=gray];
|
||||
11 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
12 [label="Exit function anonymousFunction" style="filled" fillcolor=gray];
|
||||
12 [label="Exit function <anonymous>" style="filled" fillcolor=gray];
|
||||
}
|
||||
13 [label="Postponed exit from lambda" style="filled" fillcolor=gray];
|
||||
14 [label="Function call: R|<local>/list|.R|kotlin/collections/plusAssign|<R|(kotlin/String) -> kotlin/String|>(...)" style="filled" fillcolor=gray];
|
||||
@@ -87,7 +87,7 @@ digraph plusAssignWithLambdaInRhs_kt {
|
||||
29 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
30 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
30 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
31 [label="Enter block"];
|
||||
@@ -95,7 +95,7 @@ digraph plusAssignWithLambdaInRhs_kt {
|
||||
33 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
@@ -103,13 +103,13 @@ digraph plusAssignWithLambdaInRhs_kt {
|
||||
37 [label="Function call: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Function call: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
|
||||
42 [label="Exit block"];
|
||||
}
|
||||
43 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
43 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
44 [label="Postponed exit from lambda"];
|
||||
45 [label="Function call: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
+4
-4
@@ -57,14 +57,14 @@ digraph tryWithLambdaInside_kt {
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
18 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
20 [label="Access variable R|<local>/it|"];
|
||||
21 [label="Exit block"];
|
||||
}
|
||||
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
22 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
23 [label="Postponed exit from lambda"];
|
||||
24 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
|
||||
@@ -146,14 +146,14 @@ finally {
|
||||
42 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
43 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
43 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
44 [label="Enter block"];
|
||||
45 [label="Access variable R|<local>/it|"];
|
||||
46 [label="Exit block"];
|
||||
}
|
||||
47 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
47 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
48 [label="Postponed exit from lambda"];
|
||||
49 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Reference in New Issue
Block a user