| Index: test/dart_codegen/expect/async/zone.dart
|
| diff --git a/test/dart_codegen/expect/async/zone.dart b/test/dart_codegen/expect/async/zone.dart
|
| index 17ac3ef13e7775c67d212cd4f59a00662d7f4b5a..46aa47f90d5f142681786e6ae53d9ae63120a8a7 100644
|
| --- a/test/dart_codegen/expect/async/zone.dart
|
| +++ b/test/dart_codegen/expect/async/zone.dart
|
| @@ -30,7 +30,7 @@ dynamic handleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error, St
|
| factory ZoneSpecification.from(ZoneSpecification other, {
|
| dynamic handleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error, StackTrace stackTrace) : null, dynamic run(Zone self, ZoneDelegate parent, Zone zone, f()) : null, dynamic runUnary(Zone self, ZoneDelegate parent, Zone zone, f(arg), arg) : null, dynamic runBinary(Zone self, ZoneDelegate parent, Zone zone, f(arg1, arg2), arg1, arg2) : null, ZoneCallback registerCallback(Zone self, ZoneDelegate parent, Zone zone, f()) : null, ZoneUnaryCallback registerUnaryCallback(Zone self, ZoneDelegate parent, Zone zone, f(arg)) : null, ZoneBinaryCallback registerBinaryCallback(Zone self, ZoneDelegate parent, Zone zone, f(arg1, arg2)) : null, AsyncError errorCallback(Zone self, ZoneDelegate parent, Zone zone, Object error, StackTrace stackTrace), void scheduleMicrotask(Zone self, ZoneDelegate parent, Zone zone, f()) : null, Timer createTimer(Zone self, ZoneDelegate parent, Zone zone, Duration duration, void f()) : null, Timer createPeriodicTimer(Zone self, ZoneDelegate parent, Zone zone, Duration period, void f(Timer timer)) : null, void print(Zone self, ZoneDelegate parent, Zone zone, String line) : null, Zone fork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification specification, Map zoneValues) : null}
|
| ) {
|
| -return new ZoneSpecification(handleUncaughtError: ((__x88) => DEVC$RT.cast(__x88, dynamic, __CastType82, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x88 is __CastType82, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x94) => DEVC$RT.cast(__x94, dynamic, __CastType89, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x94 is __CastType89, false))(run != null ? run : other.run), runUnary: ((__x102) => DEVC$RT.cast(__x102, dynamic, __CastType95, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x102 is __CastType95, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x112) => DEVC$RT.cast(__x112, dynamic, __CastType103, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x112 is __CastType103, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x118) => DEVC$RT.cast(__x118, dynamic, __CastType113, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x118 is __CastType113, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x125) => DEVC$RT.cast(__x125, dynamic, __CastType119, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x125 is __CastType119, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x133) => DEVC$RT.cast(__x133, dynamic, __CastType126, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x133 is __CastType126, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x140) => DEVC$RT.cast(__x140, dynamic, __CastType134, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x140 is __CastType134, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x146) => DEVC$RT.cast(__x146, dynamic, __CastType141, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x146 is __CastType141, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x153) => DEVC$RT.cast(__x153, dynamic, __CastType147, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x153 is __CastType147, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x161) => DEVC$RT.cast(__x161, dynamic, __CastType154, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x161 is __CastType154, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x167) => DEVC$RT.cast(__x167, dynamic, __CastType162, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x167 is __CastType162, false))(print != null ? print : other.print), fork: ((__x174) => DEVC$RT.cast(__x174, dynamic, __CastType168, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x174 is __CastType168, false))(fork != null ? fork : other.fork));
|
| +return new ZoneSpecification(handleUncaughtError: ((__x90) => DEVC$RT.cast(__x90, dynamic, __CastType84, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x90 is __CastType84, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x96) => DEVC$RT.cast(__x96, dynamic, __CastType91, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x96 is __CastType91, false))(run != null ? run : other.run), runUnary: ((__x104) => DEVC$RT.cast(__x104, dynamic, __CastType97, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x104 is __CastType97, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x114) => DEVC$RT.cast(__x114, dynamic, __CastType105, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x114 is __CastType105, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x120) => DEVC$RT.cast(__x120, dynamic, __CastType115, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x120 is __CastType115, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x127) => DEVC$RT.cast(__x127, dynamic, __CastType121, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x127 is __CastType121, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x135) => DEVC$RT.cast(__x135, dynamic, __CastType128, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x135 is __CastType128, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x142) => DEVC$RT.cast(__x142, dynamic, __CastType136, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x142 is __CastType136, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x148) => DEVC$RT.cast(__x148, dynamic, __CastType143, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x148 is __CastType143, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x155) => DEVC$RT.cast(__x155, dynamic, __CastType149, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x155 is __CastType149, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x163) => DEVC$RT.cast(__x163, dynamic, __CastType156, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x163 is __CastType156, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x169) => DEVC$RT.cast(__x169, dynamic, __CastType164, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x169 is __CastType164, false))(print != null ? print : other.print), fork: ((__x176) => DEVC$RT.cast(__x176, dynamic, __CastType170, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x176 is __CastType170, false))(fork != null ? fork : other.fork));
|
| }
|
| HandleUncaughtErrorHandler get handleUncaughtError;
|
| RunHandler get run;
|
| @@ -150,23 +150,23 @@ _ZoneFunction implementation = _delegationTarget._runBinary;
|
| ZoneCallback registerCallback(Zone zone, f()) {
|
| _ZoneFunction implementation = _delegationTarget._registerCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x175) => DEVC$RT.cast(__x175, dynamic, ZoneCallback, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x175 is ZoneCallback, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + return ((__x177) => DEVC$RT.cast(__x177, dynamic, ZoneCallback, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x177 is ZoneCallback, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| }
|
| ZoneUnaryCallback registerUnaryCallback(Zone zone, f(arg)) {
|
| _ZoneFunction implementation = _delegationTarget._registerUnaryCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x176) => DEVC$RT.cast(__x176, dynamic, ZoneUnaryCallback, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x176 is ZoneUnaryCallback, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + return ((__x178) => DEVC$RT.cast(__x178, dynamic, ZoneUnaryCallback, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x178 is ZoneUnaryCallback, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| }
|
| ZoneBinaryCallback registerBinaryCallback(Zone zone, f(arg1, arg2)) {
|
| _ZoneFunction implementation = _delegationTarget._registerBinaryCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x177) => DEVC$RT.cast(__x177, dynamic, ZoneBinaryCallback, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x177 is ZoneBinaryCallback, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + return ((__x179) => DEVC$RT.cast(__x179, dynamic, ZoneBinaryCallback, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x179 is ZoneBinaryCallback, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| }
|
| AsyncError errorCallback(Zone zone, Object error, StackTrace stackTrace) {
|
| _ZoneFunction implementation = _delegationTarget._errorCallback;
|
| _Zone implZone = implementation.zone;
|
| if (identical(implZone, _ROOT_ZONE)) return null;
|
| - return ((__x178) => DEVC$RT.cast(__x178, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x178 is AsyncError, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, error, stackTrace));
|
| + return ((__x180) => DEVC$RT.cast(__x180, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x180 is AsyncError, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, error, stackTrace));
|
| }
|
| void scheduleMicrotask(Zone zone, f()) {
|
| _ZoneFunction implementation = _delegationTarget._scheduleMicrotask;
|
| @@ -176,12 +176,12 @@ _ZoneFunction implementation = _delegationTarget._scheduleMicrotask;
|
| Timer createTimer(Zone zone, Duration duration, void f()) {
|
| _ZoneFunction implementation = _delegationTarget._createTimer;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x179) => DEVC$RT.cast(__x179, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x179 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, duration, f));
|
| + return ((__x181) => DEVC$RT.cast(__x181, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x181 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, duration, f));
|
| }
|
| Timer createPeriodicTimer(Zone zone, Duration period, void f(Timer timer)) {
|
| _ZoneFunction implementation = _delegationTarget._createPeriodicTimer;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x180) => DEVC$RT.cast(__x180, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x180 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, period, f));
|
| + return ((__x182) => DEVC$RT.cast(__x182, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x182 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, period, f));
|
| }
|
| void print(Zone zone, String line) {
|
| _ZoneFunction implementation = _delegationTarget._print;
|
| @@ -191,7 +191,7 @@ _ZoneFunction implementation = _delegationTarget._print;
|
| Zone fork(Zone zone, ZoneSpecification specification, Map zoneValues) {
|
| _ZoneFunction implementation = _delegationTarget._fork;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x181) => DEVC$RT.cast(__x181, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x181 is Zone, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValues));
|
| + return ((__x183) => DEVC$RT.cast(__x183, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x183 is Zone, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValues));
|
| }
|
| }
|
| abstract class _Zone implements Zone {const _Zone();
|
| @@ -209,7 +209,7 @@ _ZoneFunction implementation = _delegationTarget._fork;
|
| _ZoneFunction get _fork;
|
| _ZoneFunction get _handleUncaughtError;
|
| _Zone get parent;
|
| - _ZoneDelegate get _delegate;
|
| + ZoneDelegate get _delegate;
|
| Map get _map;
|
| bool inSameErrorZone(Zone otherZone) {
|
| return identical(this, otherZone) || identical(errorZone, otherZone.errorZone);
|
| @@ -331,7 +331,7 @@ ZoneSpecification specification, Map zoneValues}
|
| ) {
|
| _ZoneFunction implementation = this._fork;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x182) => DEVC$RT.cast(__x182, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x182 is Zone, true))((implementation.function)(implementation.zone, parentDelegate, this, specification, zoneValues));
|
| + return ((__x184) => DEVC$RT.cast(__x184, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x184 is Zone, true))((implementation.function)(implementation.zone, parentDelegate, this, specification, zoneValues));
|
| }
|
| dynamic run(f()) {
|
| _ZoneFunction implementation = this._run;
|
| @@ -351,24 +351,24 @@ _ZoneFunction implementation = this._runBinary;
|
| ZoneCallback registerCallback(f()) {
|
| _ZoneFunction implementation = this._registerCallback;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x183) => DEVC$RT.cast(__x183, dynamic, ZoneCallback, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x183 is ZoneCallback, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + return ((__x185) => DEVC$RT.cast(__x185, dynamic, ZoneCallback, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x185 is ZoneCallback, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| }
|
| ZoneUnaryCallback registerUnaryCallback(f(arg)) {
|
| _ZoneFunction implementation = this._registerUnaryCallback;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x184) => DEVC$RT.cast(__x184, dynamic, ZoneUnaryCallback, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x184 is ZoneUnaryCallback, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + return ((__x186) => DEVC$RT.cast(__x186, dynamic, ZoneUnaryCallback, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x186 is ZoneUnaryCallback, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| }
|
| ZoneBinaryCallback registerBinaryCallback(f(arg1, arg2)) {
|
| _ZoneFunction implementation = this._registerBinaryCallback;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x185) => DEVC$RT.cast(__x185, dynamic, ZoneBinaryCallback, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x185 is ZoneBinaryCallback, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + return ((__x187) => DEVC$RT.cast(__x187, dynamic, ZoneBinaryCallback, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x187 is ZoneBinaryCallback, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| }
|
| AsyncError errorCallback(Object error, StackTrace stackTrace) {
|
| final _ZoneFunction implementation = this._errorCallback;
|
| assert (implementation != null); final Zone implementationZone = implementation.zone;
|
| if (identical(implementationZone, _ROOT_ZONE)) return null;
|
| final ZoneDelegate parentDelegate = _parentDelegate(DEVC$RT.cast(implementationZone, Zone, _Zone, "ImplicitCast", """line 845, column 57 of dart:async/zone.dart: """, implementationZone is _Zone, true));
|
| - return ((__x186) => DEVC$RT.cast(__x186, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x186 is AsyncError, true))((implementation.function)(implementationZone, parentDelegate, this, error, stackTrace));
|
| + return ((__x188) => DEVC$RT.cast(__x188, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x188 is AsyncError, true))((implementation.function)(implementationZone, parentDelegate, this, error, stackTrace));
|
| }
|
| void scheduleMicrotask(void f()) {
|
| _ZoneFunction implementation = this._scheduleMicrotask;
|
| @@ -378,12 +378,12 @@ _ZoneFunction implementation = this._scheduleMicrotask;
|
| Timer createTimer(Duration duration, void f()) {
|
| _ZoneFunction implementation = this._createTimer;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x187) => DEVC$RT.cast(__x187, dynamic, Timer, "DynamicCast", """line 862, column 12 of dart:async/zone.dart: """, __x187 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| + return ((__x189) => DEVC$RT.cast(__x189, dynamic, Timer, "DynamicCast", """line 862, column 12 of dart:async/zone.dart: """, __x189 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| }
|
| Timer createPeriodicTimer(Duration duration, void f(Timer timer)) {
|
| _ZoneFunction implementation = this._createPeriodicTimer;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x188) => DEVC$RT.cast(__x188, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x188 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| + return ((__x190) => DEVC$RT.cast(__x190, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x190 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| }
|
| void print(String line) {
|
| _ZoneFunction implementation = this._print;
|
| @@ -452,7 +452,7 @@ callback = zone.bindCallback(callback);
|
| }
|
| Timer _rootCreatePeriodicTimer(Zone self, ZoneDelegate parent, Zone zone, Duration duration, void callback(Timer timer)) {
|
| if (!identical(_ROOT_ZONE, zone)) {
|
| -callback = ((__x191) => DEVC$RT.cast(__x191, ZoneUnaryCallback, __CastType189, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x191 is __CastType189, false))(zone.bindUnaryCallback(callback));
|
| +callback = ((__x193) => DEVC$RT.cast(__x193, ZoneUnaryCallback, __CastType191, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x193 is __CastType191, false))(zone.bindUnaryCallback(callback));
|
| }
|
| return Timer._createPeriodicTimer(duration, callback);
|
| }
|
| @@ -633,7 +633,7 @@ try {
|
| if (onError is ZoneBinaryCallback) {
|
| return self.parent.runBinary(onError, error, stackTrace);
|
| }
|
| - return self.parent.runUnary(DEVC$RT.cast(onError, Function, __CastType192, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __CastType192, true), error);
|
| + return self.parent.runUnary(DEVC$RT.cast(onError, Function, __CastType194, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __CastType194, true), error);
|
| }
|
| catch (e, s) {
|
| if (identical(e, error)) {
|
| @@ -660,18 +660,18 @@ return zone.runGuarded(body);
|
| return zone.run(body);
|
| }
|
| }
|
| - typedef dynamic __CastType82(Zone __u83, ZoneDelegate __u84, Zone __u85, dynamic __u86, StackTrace __u87);
|
| - typedef dynamic __CastType89(Zone __u90, ZoneDelegate __u91, Zone __u92, dynamic __u93());
|
| - typedef dynamic __CastType95(Zone __u96, ZoneDelegate __u97, Zone __u98, dynamic __u99(dynamic __u100), dynamic __u101);
|
| - typedef dynamic __CastType103(Zone __u104, ZoneDelegate __u105, Zone __u106, dynamic __u107(dynamic __u108, dynamic __u109), dynamic __u110, dynamic __u111);
|
| - typedef ZoneCallback __CastType113(Zone __u114, ZoneDelegate __u115, Zone __u116, dynamic __u117());
|
| - typedef ZoneUnaryCallback __CastType119(Zone __u120, ZoneDelegate __u121, Zone __u122, dynamic __u123(dynamic __u124));
|
| - typedef ZoneBinaryCallback __CastType126(Zone __u127, ZoneDelegate __u128, Zone __u129, dynamic __u130(dynamic __u131, dynamic __u132));
|
| - typedef AsyncError __CastType134(Zone __u135, ZoneDelegate __u136, Zone __u137, Object __u138, StackTrace __u139);
|
| - typedef void __CastType141(Zone __u142, ZoneDelegate __u143, Zone __u144, dynamic __u145());
|
| - typedef Timer __CastType147(Zone __u148, ZoneDelegate __u149, Zone __u150, Duration __u151, void __u152());
|
| - typedef Timer __CastType154(Zone __u155, ZoneDelegate __u156, Zone __u157, Duration __u158, void __u159(Timer __u160));
|
| - typedef void __CastType162(Zone __u163, ZoneDelegate __u164, Zone __u165, String __u166);
|
| - typedef Zone __CastType168(Zone __u169, ZoneDelegate __u170, Zone __u171, ZoneSpecification __u172, Map<dynamic, dynamic> __u173);
|
| - typedef void __CastType189(Timer __u190);
|
| - typedef dynamic __CastType192(dynamic __u193);
|
| + typedef dynamic __CastType84(Zone __u85, ZoneDelegate __u86, Zone __u87, dynamic __u88, StackTrace __u89);
|
| + typedef dynamic __CastType91(Zone __u92, ZoneDelegate __u93, Zone __u94, dynamic __u95());
|
| + typedef dynamic __CastType97(Zone __u98, ZoneDelegate __u99, Zone __u100, dynamic __u101(dynamic __u102), dynamic __u103);
|
| + typedef dynamic __CastType105(Zone __u106, ZoneDelegate __u107, Zone __u108, dynamic __u109(dynamic __u110, dynamic __u111), dynamic __u112, dynamic __u113);
|
| + typedef ZoneCallback __CastType115(Zone __u116, ZoneDelegate __u117, Zone __u118, dynamic __u119());
|
| + typedef ZoneUnaryCallback __CastType121(Zone __u122, ZoneDelegate __u123, Zone __u124, dynamic __u125(dynamic __u126));
|
| + typedef ZoneBinaryCallback __CastType128(Zone __u129, ZoneDelegate __u130, Zone __u131, dynamic __u132(dynamic __u133, dynamic __u134));
|
| + typedef AsyncError __CastType136(Zone __u137, ZoneDelegate __u138, Zone __u139, Object __u140, StackTrace __u141);
|
| + typedef void __CastType143(Zone __u144, ZoneDelegate __u145, Zone __u146, dynamic __u147());
|
| + typedef Timer __CastType149(Zone __u150, ZoneDelegate __u151, Zone __u152, Duration __u153, void __u154());
|
| + typedef Timer __CastType156(Zone __u157, ZoneDelegate __u158, Zone __u159, Duration __u160, void __u161(Timer __u162));
|
| + typedef void __CastType164(Zone __u165, ZoneDelegate __u166, Zone __u167, String __u168);
|
| + typedef Zone __CastType170(Zone __u171, ZoneDelegate __u172, Zone __u173, ZoneSpecification __u174, Map<dynamic, dynamic> __u175);
|
| + typedef void __CastType191(Timer __u192);
|
| + typedef dynamic __CastType194(dynamic __u195);
|
|
|