blob: 5c1cf9a6b9560f6e9bc325b5f59d5fd4c1350ced [file]
digraph NestedInnerClass_fir_kts {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file NestedInnerClass.fir.kts [1]" style="filled" fillcolor=red];
1 [label="Exit file NestedInnerClass.fir.kts [1]" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter class <script-NestedInnerClass.fir.kts> [2]" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter property [3]" style="filled" fillcolor=red];
4 [label="Const: String() [3]"];
5 [label="Exit property [3]" style="filled" fillcolor=red];
}
6 [label="Exit class <script-NestedInnerClass.fir.kts> [2]" style="filled" fillcolor=red];
}
2 -> {3} [color=green];
2 -> {6} [style=dotted];
2 -> {3} [style=dashed];
3 -> {4};
4 -> {5};
5 -> {6} [color=green];
subgraph cluster_3 {
color=red
7 [label="Enter function function [3]" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
8 [label="Enter block [3]"];
9 [label="Const: Int(42) [3]"];
10 [label="Jump: ^function Int(42) [3]"];
11 [label="Stub [3]" style="filled" fillcolor=gray];
12 [label="Exit block [3]" style="filled" fillcolor=gray];
}
13 [label="Exit function function [3]" style="filled" fillcolor=red];
}
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {13};
10 -> {11} [style=dotted];
11 -> {12} [style=dotted];
12 -> {13} [style=dotted];
subgraph cluster_5 {
color=red
14 [label="Enter class Nested [3]" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
15 [label="Enter function <init> [4]" style="filled" fillcolor=red];
16 [label="Delegated constructor call: super<R|kotlin/Any|>() [4]" style="filled" fillcolor=yellow];
17 [label="Exit function <init> [4]" style="filled" fillcolor=red];
}
18 [label="Exit class Nested [3]" style="filled" fillcolor=red];
}
14 -> {15} [color=green];
14 -> {18} [style=dotted];
14 -> {15} [style=dashed];
15 -> {16};
16 -> {17};
17 -> {18} [color=green];
subgraph cluster_7 {
color=red
19 [label="Enter function f [4]" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
20 [label="Enter block [4]"];
subgraph cluster_9 {
color=blue
21 [label="Function call arguments enter [4]"];
22 [label="Function call arguments exit [4]"];
}
23 [label="Function call enter: R|/function|() [4]"];
24 [label="Function call exit: R|/function|() [4]" style="filled" fillcolor=yellow];
25 [label="Jump: ^f R|/function|() [4]"];
26 [label="Stub [4]" style="filled" fillcolor=gray];
27 [label="Exit block [4]" style="filled" fillcolor=gray];
}
28 [label="Exit function f [4]" style="filled" fillcolor=red];
}
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {28};
25 -> {26} [style=dotted];
26 -> {27} [style=dotted];
27 -> {28} [style=dotted];
subgraph cluster_10 {
color=red
29 [label="Enter function g [4]" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
30 [label="Enter block [4]"];
31 [label="Access variable R|/property| [4]"];
32 [label="Jump: ^g R|/property| [4]"];
33 [label="Stub [4]" style="filled" fillcolor=gray];
34 [label="Exit block [4]" style="filled" fillcolor=gray];
}
35 [label="Exit function g [4]" style="filled" fillcolor=red];
}
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {35};
32 -> {33} [style=dotted];
33 -> {34} [style=dotted];
34 -> {35} [style=dotted];
subgraph cluster_12 {
color=red
36 [label="Enter class Inner [3]" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
37 [label="Enter function <init> [4]" style="filled" fillcolor=red];
38 [label="Delegated constructor call: super<R|kotlin/Any|>() [4]" style="filled" fillcolor=yellow];
39 [label="Exit function <init> [4]" style="filled" fillcolor=red];
}
subgraph cluster_14 {
color=blue
40 [label="Enter property [4]" style="filled" fillcolor=red];
41 [label="Access variable R|/property| [4]"];
42 [label="Exit property [4]" style="filled" fillcolor=red];
}
subgraph cluster_15 {
color=blue
43 [label="Enter property [4]" style="filled" fillcolor=red];
44 [label="Access variable this@NestedInnerClass# [4]"];
45 [label="Access variable <Unresolved name: property># [4]"];
46 [label="Exit property [4]" style="filled" fillcolor=red];
}
47 [label="Exit class Inner [3]" style="filled" fillcolor=red];
}
36 -> {37} [color=green];
36 -> {47} [style=dotted];
36 -> {37 40 43} [style=dashed];
37 -> {38};
38 -> {39};
39 -> {40} [color=green];
40 -> {41};
41 -> {42};
42 -> {43} [color=green];
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47} [color=green];
subgraph cluster_16 {
color=red
48 [label="Enter function innerFun [4]" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
49 [label="Enter block [4]"];
subgraph cluster_18 {
color=blue
50 [label="Function call arguments enter [4]"];
51 [label="Function call arguments exit [4]"];
}
52 [label="Function call enter: R|/function|() [4]"];
53 [label="Function call exit: R|/function|() [4]" style="filled" fillcolor=yellow];
54 [label="Jump: ^innerFun R|/function|() [4]"];
55 [label="Stub [4]" style="filled" fillcolor=gray];
56 [label="Exit block [4]" style="filled" fillcolor=gray];
}
57 [label="Exit function innerFun [4]" style="filled" fillcolor=red];
}
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {57};
54 -> {55} [style=dotted];
55 -> {56} [style=dotted];
56 -> {57} [style=dotted];
subgraph cluster_19 {
color=red
58 [label="Enter function innerThisFun [4]" style="filled" fillcolor=red];
subgraph cluster_20 {
color=blue
59 [label="Enter block [4]"];
subgraph cluster_21 {
color=blue
60 [label="Function call arguments enter [4]"];
61 [label="Access variable this@NestedInnerClass# [4]"];
62 [label="Function call arguments exit [4]"];
}
63 [label="Function call enter: this@NestedInnerClass#.<Unresolved name: function>#() [4]"];
64 [label="Function call exit: this@NestedInnerClass#.<Unresolved name: function>#() [4]" style="filled" fillcolor=yellow];
65 [label="Jump: ^innerThisFun this@NestedInnerClass#.<Unresolved name: function>#() [4]"];
66 [label="Stub [4]" style="filled" fillcolor=gray];
67 [label="Exit block [4]" style="filled" fillcolor=gray];
}
68 [label="Exit function innerThisFun [4]" style="filled" fillcolor=red];
}
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {68};
65 -> {66} [style=dotted];
66 -> {67} [style=dotted];
67 -> {68} [style=dotted];
subgraph cluster_22 {
color=red
69 [label="Enter class InnerInner [4]" style="filled" fillcolor=red];
subgraph cluster_23 {
color=blue
70 [label="Enter function <init> [5]" style="filled" fillcolor=red];
71 [label="Delegated constructor call: super<R|kotlin/Any|>() [5]" style="filled" fillcolor=yellow];
72 [label="Exit function <init> [5]" style="filled" fillcolor=red];
}
73 [label="Exit class InnerInner [4]" style="filled" fillcolor=red];
}
69 -> {70} [color=green];
69 -> {73} [style=dotted];
69 -> {70} [style=dashed];
70 -> {71};
71 -> {72};
72 -> {73} [color=green];
subgraph cluster_24 {
color=red
74 [label="Enter function f [5]" style="filled" fillcolor=red];
subgraph cluster_25 {
color=blue
75 [label="Enter block [5]"];
subgraph cluster_26 {
color=blue
76 [label="Function call arguments enter [5]"];
77 [label="Function call arguments exit [5]"];
}
78 [label="Function call enter: this@R|/Inner|.R|/Inner.innerFun|() [5]"];
79 [label="Function call exit: this@R|/Inner|.R|/Inner.innerFun|() [5]" style="filled" fillcolor=yellow];
80 [label="Jump: ^f this@R|/Inner|.R|/Inner.innerFun|() [5]"];
81 [label="Stub [5]" style="filled" fillcolor=gray];
82 [label="Exit block [5]" style="filled" fillcolor=gray];
}
83 [label="Exit function f [5]" style="filled" fillcolor=red];
}
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {83};
80 -> {81} [style=dotted];
81 -> {82} [style=dotted];
82 -> {83} [style=dotted];
subgraph cluster_27 {
color=red
84 [label="Enter function g [5]" style="filled" fillcolor=red];
subgraph cluster_28 {
color=blue
85 [label="Enter block [5]"];
86 [label="Access variable R|/Inner.innerProp| [5]"];
87 [label="Jump: ^g this@R|/Inner|.R|/Inner.innerProp| [5]"];
88 [label="Stub [5]" style="filled" fillcolor=gray];
89 [label="Exit block [5]" style="filled" fillcolor=gray];
}
90 [label="Exit function g [5]" style="filled" fillcolor=red];
}
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {90};
87 -> {88} [style=dotted];
88 -> {89} [style=dotted];
89 -> {90} [style=dotted];
subgraph cluster_29 {
color=red
91 [label="Enter function h [5]" style="filled" fillcolor=red];
subgraph cluster_30 {
color=blue
92 [label="Enter block [5]"];
subgraph cluster_31 {
color=blue
93 [label="Function call arguments enter [5]"];
94 [label="Access variable this@R|/Inner| [5]"];
95 [label="Function call arguments exit [5]"];
}
96 [label="Function call enter: this@R|/Inner|.R|/Inner.innerFun|() [5]"];
97 [label="Function call exit: this@R|/Inner|.R|/Inner.innerFun|() [5]" style="filled" fillcolor=yellow];
98 [label="Jump: ^h this@R|/Inner|.R|/Inner.innerFun|() [5]"];
99 [label="Stub [5]" style="filled" fillcolor=gray];
100 [label="Exit block [5]" style="filled" fillcolor=gray];
}
101 [label="Exit function h [5]" style="filled" fillcolor=red];
}
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {101};
98 -> {99} [style=dotted];
99 -> {100} [style=dotted];
100 -> {101} [style=dotted];
subgraph cluster_32 {
color=red
102 [label="Enter function i [5]" style="filled" fillcolor=red];
subgraph cluster_33 {
color=blue
103 [label="Enter block [5]"];
104 [label="Access variable this@R|/Inner| [5]"];
105 [label="Access variable R|/Inner.innerProp| [5]"];
106 [label="Jump: ^i this@R|/Inner|.R|/Inner.innerProp| [5]"];
107 [label="Stub [5]" style="filled" fillcolor=gray];
108 [label="Exit block [5]" style="filled" fillcolor=gray];
}
109 [label="Exit function i [5]" style="filled" fillcolor=red];
}
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {109};
106 -> {107} [style=dotted];
107 -> {108} [style=dotted];
108 -> {109} [style=dotted];
}