@@ -224,7 +224,6 @@ testIs() => null is Class;
224224 _isObject(1),
225225 _isString(1),
226226 _isTop(1),
227- checkSubtype(4),
228227 findType(1),
229228 getRuntimeTypeArgument(3),
230229 getRuntimeTypeArgumentIntercepted(4),
@@ -278,7 +277,6 @@ testIs() => null is Class;
278277 _isObject(1),
279278 _isString(1),
280279 _isTop(1),
281- checkSubtype(4),
282280 findType(1),
283281 getRuntimeTypeArgument(3),
284282 getRuntimeTypeArgumentIntercepted(4),
@@ -586,7 +584,6 @@ testIsNot() => null is! Class;
586584 _isObject(1),
587585 _isString(1),
588586 _isTop(1),
589- checkSubtype(4),
590587 findType(1),
591588 getRuntimeTypeArgument(3),
592589 getRuntimeTypeArgumentIntercepted(4),
@@ -640,7 +637,6 @@ testIsNot() => null is! Class;
640637 _isObject(1),
641638 _isString(1),
642639 _isTop(1),
643- checkSubtype(4),
644640 findType(1),
645641 getRuntimeTypeArgument(3),
646642 getRuntimeTypeArgumentIntercepted(4),
@@ -863,7 +859,6 @@ testIsNotGenericDynamic() => null is! GenericClass<dynamic, dynamic>;
863859 _isObject(1),
864860 _isString(1),
865861 _isTop(1),
866- checkSubtype(4),
867862 findType(1),
868863 getRuntimeTypeArgument(3),
869864 getRuntimeTypeArgumentIntercepted(4),
@@ -917,7 +912,6 @@ testIsNotGenericDynamic() => null is! GenericClass<dynamic, dynamic>;
917912 _isObject(1),
918913 _isString(1),
919914 _isTop(1),
920- checkSubtype(4),
921915 findType(1),
922916 getRuntimeTypeArgument(3),
923917 getRuntimeTypeArgumentIntercepted(4),
@@ -970,7 +964,6 @@ testIsTypedef() => null is Typedef;
970964 _isObject(1),
971965 _isString(1),
972966 _isTop(1),
973- checkSubtype(4),
974967 findType(1),
975968 getRuntimeTypeArgument(3),
976969 getRuntimeTypeArgumentIntercepted(4),
@@ -1024,7 +1017,6 @@ testIsTypedef() => null is Typedef;
10241017 _isObject(1),
10251018 _isString(1),
10261019 _isTop(1),
1027- checkSubtype(4),
10281020 findType(1),
10291021 getRuntimeTypeArgument(3),
10301022 getRuntimeTypeArgumentIntercepted(4),
@@ -1077,7 +1069,6 @@ testIsTypedefGeneric() => null is GenericTypedef<int, String>;
10771069 _isObject(1),
10781070 _isString(1),
10791071 _isTop(1),
1080- checkSubtype(4),
10811072 findType(1),
10821073 getRuntimeTypeArgument(3),
10831074 getRuntimeTypeArgumentIntercepted(4),
@@ -1131,7 +1122,6 @@ testIsTypedefGeneric() => null is GenericTypedef<int, String>;
11311122 _isObject(1),
11321123 _isString(1),
11331124 _isTop(1),
1134- checkSubtype(4),
11351125 findType(1),
11361126 getRuntimeTypeArgument(3),
11371127 getRuntimeTypeArgumentIntercepted(4),
@@ -1184,7 +1174,6 @@ testIsTypedefGenericRaw() => null is GenericTypedef;
11841174 _isObject(1),
11851175 _isString(1),
11861176 _isTop(1),
1187- checkSubtype(4),
11881177 findType(1),
11891178 getRuntimeTypeArgument(3),
11901179 getRuntimeTypeArgumentIntercepted(4),
@@ -1238,7 +1227,6 @@ testIsTypedefGenericRaw() => null is GenericTypedef;
12381227 _isObject(1),
12391228 _isString(1),
12401229 _isTop(1),
1241- checkSubtype(4),
12421230 findType(1),
12431231 getRuntimeTypeArgument(3),
12441232 getRuntimeTypeArgumentIntercepted(4),
@@ -1291,7 +1279,6 @@ testIsTypedefGenericDynamic() => null is GenericTypedef<dynamic, dynamic>;
12911279 _isObject(1),
12921280 _isString(1),
12931281 _isTop(1),
1294- checkSubtype(4),
12951282 findType(1),
12961283 getRuntimeTypeArgument(3),
12971284 getRuntimeTypeArgumentIntercepted(4),
@@ -1345,7 +1332,6 @@ testIsTypedefGenericDynamic() => null is GenericTypedef<dynamic, dynamic>;
13451332 _isObject(1),
13461333 _isString(1),
13471334 _isTop(1),
1348- checkSubtype(4),
13491335 findType(1),
13501336 getRuntimeTypeArgument(3),
13511337 getRuntimeTypeArgumentIntercepted(4),
@@ -1484,7 +1470,6 @@ testAs(dynamic o) => o as Class;
14841470 _isObject(1),
14851471 _isString(1),
14861472 _isTop(1),
1487- checkSubtype(4),
14881473 findType(1),
14891474 getRuntimeTypeArgument(3),
14901475 getRuntimeTypeArgumentIntercepted(4),
@@ -1538,7 +1523,6 @@ testAs(dynamic o) => o as Class;
15381523 _isObject(1),
15391524 _isString(1),
15401525 _isTop(1),
1541- checkSubtype(4),
15421526 findType(1),
15431527 getRuntimeTypeArgument(3),
15441528 getRuntimeTypeArgumentIntercepted(4),
0 commit comments