|
991 | 991 | 14 (call core.svec %₁₁ %₁₂ %₁₃) |
992 | 992 | 15 --- method core.nothing %₁₄ |
993 | 993 | slots: [slot₁/#self#(!read) slot₂/x slot₃/y slot₄/#self#(!read) slot₅/a slot₆/b] |
994 | | - 1 (call core.tuple slot₅/a slot₆/b slot₂/x slot₃/y) |
995 | | - 2 (return %₁) |
| 994 | + 1 (meta :nkw 2) |
| 995 | + 2 (call core.tuple slot₅/a slot₆/b slot₂/x slot₃/y) |
| 996 | + 3 (return %₂) |
996 | 997 | 16 (call core.typeof core.kwcall) |
997 | 998 | 17 TestMod.f_kw_simple |
998 | 999 | 18 (call core.Typeof %₁₇) |
@@ -1123,8 +1124,9 @@ end |
1123 | 1124 | 11 (call core.svec %₈ %₉ %₁₀) |
1124 | 1125 | 12 --- method core.nothing %₁₁ |
1125 | 1126 | slots: [slot₁/#self#(!read) slot₂/all_kws slot₃/#self#(!read)] |
1126 | | - 1 slot₂/all_kws |
1127 | | - 2 (return %₁) |
| 1127 | + 1 (meta :nkw 1) |
| 1128 | + 2 slot₂/all_kws |
| 1129 | + 3 (return %₂) |
1128 | 1130 | 13 (call core.typeof core.kwcall) |
1129 | 1131 | 14 TestMod.f_kw_slurp_simple |
1130 | 1132 | 15 (call core.Typeof %₁₄) |
@@ -1174,8 +1176,9 @@ end |
1174 | 1176 | 11 (call core.svec %₈ %₉ %₁₀) |
1175 | 1177 | 12 --- method core.nothing %₁₁ |
1176 | 1178 | slots: [slot₁/#self#(!read) slot₂/x(!read) slot₃/non_x_kws(!read) slot₄/#self#(!read)] |
1177 | | - 1 TestMod.all_kws |
1178 | | - 2 (return %₁) |
| 1179 | + 1 (meta :nkw 2) |
| 1180 | + 2 TestMod.all_kws |
| 1181 | + 3 (return %₂) |
1179 | 1182 | 13 (call core.typeof core.kwcall) |
1180 | 1183 | 14 TestMod.f_kw_slurp |
1181 | 1184 | 15 (call core.Typeof %₁₄) |
@@ -1248,10 +1251,11 @@ end |
1248 | 1251 | 17 (call core.svec %₁₂ %₁₅ %₁₆) |
1249 | 1252 | 18 --- method core.nothing %₁₇ |
1250 | 1253 | slots: [slot₁/#self#(!read) slot₂/a(!read) slot₃/b(!read) slot₄/#self#(!read) slot₅/x(!read)] |
1251 | | - 1 static_parameter₁ |
1252 | | - 2 static_parameter₂ |
1253 | | - 3 (call core.tuple %₁ %₂) |
1254 | | - 4 (return %₃) |
| 1254 | + 1 (meta :nkw 2) |
| 1255 | + 2 static_parameter₁ |
| 1256 | + 3 static_parameter₂ |
| 1257 | + 4 (call core.tuple %₂ %₃) |
| 1258 | + 5 (return %₄) |
1255 | 1259 | 19 (call core.typeof core.kwcall) |
1256 | 1260 | 20 TestMod.f_kw_sparams |
1257 | 1261 | 21 (call core.Typeof %₂₀) |
|
0 commit comments