| 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 91c30f48630eb02f3b83d6ab1c3225a16d80664c..6b7ebc06295d7bb90f173fcd68920b92f395dcb7 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: ((__x104) => DEVC$RT.cast(__x104, dynamic, __t98, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x104 is __t98, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x110) => DEVC$RT.cast(__x110, dynamic, __t105, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x110 is __t105, false))(run != null ? run : other.run), runUnary: ((__x118) => DEVC$RT.cast(__x118, dynamic, __t111, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x118 is __t111, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x128) => DEVC$RT.cast(__x128, dynamic, __t119, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x128 is __t119, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x135) => DEVC$RT.cast(__x135, dynamic, __t129, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x135 is __t129, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x144) => DEVC$RT.cast(__x144, dynamic, __t136, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x144 is __t136, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x155) => DEVC$RT.cast(__x155, dynamic, __t145, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x155 is __t145, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x162) => DEVC$RT.cast(__x162, dynamic, __t156, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x162 is __t156, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x168) => DEVC$RT.cast(__x168, dynamic, __t163, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x168 is __t163, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x175) => DEVC$RT.cast(__x175, dynamic, __t169, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x175 is __t169, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x183) => DEVC$RT.cast(__x183, dynamic, __t176, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x183 is __t176, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x189) => DEVC$RT.cast(__x189, dynamic, __t184, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x189 is __t184, false))(print != null ? print : other.print), fork: ((__x196) => DEVC$RT.cast(__x196, dynamic, __t190, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x196 is __t190, false))(fork != null ? fork : other.fork));
|
| +return new ZoneSpecification(handleUncaughtError: ((__x88) => DEVC$RT.cast(__x88, dynamic, __t82, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x88 is __t82, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x94) => DEVC$RT.cast(__x94, dynamic, __t89, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x94 is __t89, false))(run != null ? run : other.run), runUnary: ((__x102) => DEVC$RT.cast(__x102, dynamic, __t95, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x102 is __t95, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x112) => DEVC$RT.cast(__x112, dynamic, __t103, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x112 is __t103, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x118) => DEVC$RT.cast(__x118, dynamic, __t113, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x118 is __t113, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x125) => DEVC$RT.cast(__x125, dynamic, __t119, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x125 is __t119, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x133) => DEVC$RT.cast(__x133, dynamic, __t126, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x133 is __t126, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x140) => DEVC$RT.cast(__x140, dynamic, __t134, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x140 is __t134, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x146) => DEVC$RT.cast(__x146, dynamic, __t141, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x146 is __t141, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x153) => DEVC$RT.cast(__x153, dynamic, __t147, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x153 is __t147, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x161) => DEVC$RT.cast(__x161, dynamic, __t154, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x161 is __t154, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x167) => DEVC$RT.cast(__x167, dynamic, __t162, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x167 is __t162, false))(print != null ? print : other.print), fork: ((__x174) => DEVC$RT.cast(__x174, dynamic, __t168, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x174 is __t168, 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 ((__x197) => DEVC$RT.cast(__x197, dynamic, __t134, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x197 is __t134, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + 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));
|
| }
|
| ZoneUnaryCallback registerUnaryCallback(Zone zone, f(arg)) {
|
| _ZoneFunction implementation = _delegationTarget._registerUnaryCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x198) => DEVC$RT.cast(__x198, dynamic, __t142, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x198 is __t142, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + 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));
|
| }
|
| ZoneBinaryCallback registerBinaryCallback(Zone zone, f(arg1, arg2)) {
|
| _ZoneFunction implementation = _delegationTarget._registerBinaryCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x199) => DEVC$RT.cast(__x199, dynamic, __t152, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x199 is __t152, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + 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));
|
| }
|
| AsyncError errorCallback(Zone zone, Object error, StackTrace stackTrace) {
|
| _ZoneFunction implementation = _delegationTarget._errorCallback;
|
| _Zone implZone = implementation.zone;
|
| if (identical(implZone, _ROOT_ZONE)) return null;
|
| - return ((__x200) => DEVC$RT.cast(__x200, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x200 is AsyncError, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, error, stackTrace));
|
| + 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));
|
| }
|
| 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 ((__x201) => DEVC$RT.cast(__x201, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x201 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, duration, f));
|
| + 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));
|
| }
|
| Timer createPeriodicTimer(Zone zone, Duration period, void f(Timer timer)) {
|
| _ZoneFunction implementation = _delegationTarget._createPeriodicTimer;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x202) => DEVC$RT.cast(__x202, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x202 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, period, f));
|
| + 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));
|
| }
|
| 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 ((__x203) => DEVC$RT.cast(__x203, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x203 is Zone, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValues));
|
| + 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));
|
| }
|
| }
|
| abstract class _Zone implements Zone {const _Zone();
|
| @@ -331,7 +331,7 @@ ZoneSpecification specification, Map zoneValues}
|
| ) {
|
| _ZoneFunction implementation = this._fork;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x204) => DEVC$RT.cast(__x204, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x204 is Zone, true))((implementation.function)(implementation.zone, parentDelegate, this, specification, zoneValues));
|
| + 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));
|
| }
|
| 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 ((__x205) => DEVC$RT.cast(__x205, dynamic, __t134, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x205 is __t134, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + 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));
|
| }
|
| ZoneUnaryCallback registerUnaryCallback(f(arg)) {
|
| _ZoneFunction implementation = this._registerUnaryCallback;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x206) => DEVC$RT.cast(__x206, dynamic, __t142, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x206 is __t142, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + 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));
|
| }
|
| ZoneBinaryCallback registerBinaryCallback(f(arg1, arg2)) {
|
| _ZoneFunction implementation = this._registerBinaryCallback;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x207) => DEVC$RT.cast(__x207, dynamic, __t152, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x207 is __t152, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + 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));
|
| }
|
| 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 ((__x208) => DEVC$RT.cast(__x208, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x208 is AsyncError, true))((implementation.function)(implementationZone, parentDelegate, this, error, stackTrace));
|
| + 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));
|
| }
|
| 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 ((__x209) => DEVC$RT.cast(__x209, dynamic, Timer, "DynamicCast", """line 862, column 12 of dart:async/zone.dart: """, __x209 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| + 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));
|
| }
|
| Timer createPeriodicTimer(Duration duration, void f(Timer timer)) {
|
| _ZoneFunction implementation = this._createPeriodicTimer;
|
| assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(implementation.zone);
|
| - return ((__x210) => DEVC$RT.cast(__x210, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x210 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| + 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));
|
| }
|
| 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 = ((__x213) => DEVC$RT.cast(__x213, __t142, __t211, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x213 is __t211, false))(zone.bindUnaryCallback(callback));
|
| +callback = ((__x191) => DEVC$RT.cast(__x191, ZoneUnaryCallback, __t189, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x191 is __t189, 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, __t142, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t142, true), error);
|
| + return self.parent.runUnary(DEVC$RT.cast(onError, Function, __t192, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t192, true), error);
|
| }
|
| catch (e, s) {
|
| if (identical(e, error)) {
|
| @@ -660,20 +660,18 @@ return zone.runGuarded(body);
|
| return zone.run(body);
|
| }
|
| }
|
| - typedef dynamic __t98(Zone __u99, ZoneDelegate __u100, Zone __u101, dynamic __u102, StackTrace __u103);
|
| - typedef dynamic __t105(Zone __u106, ZoneDelegate __u107, Zone __u108, dynamic __u109());
|
| - typedef dynamic __t111(Zone __u112, ZoneDelegate __u113, Zone __u114, dynamic __u115(dynamic __u116), dynamic __u117);
|
| - typedef dynamic __t119(Zone __u120, ZoneDelegate __u121, Zone __u122, dynamic __u123(dynamic __u124, dynamic __u125), dynamic __u126, dynamic __u127);
|
| - typedef dynamic __t134();
|
| - typedef __t134 __t129(Zone __u130, ZoneDelegate __u131, Zone __u132, dynamic __u133());
|
| - typedef dynamic __t142(dynamic __u143);
|
| - typedef __t142 __t136(Zone __u137, ZoneDelegate __u138, Zone __u139, dynamic __u140(dynamic __u141));
|
| - typedef dynamic __t152(dynamic __u153, dynamic __u154);
|
| - typedef __t152 __t145(Zone __u146, ZoneDelegate __u147, Zone __u148, dynamic __u149(dynamic __u150, dynamic __u151));
|
| - typedef AsyncError __t156(Zone __u157, ZoneDelegate __u158, Zone __u159, Object __u160, StackTrace __u161);
|
| - typedef void __t163(Zone __u164, ZoneDelegate __u165, Zone __u166, dynamic __u167());
|
| - typedef Timer __t169(Zone __u170, ZoneDelegate __u171, Zone __u172, Duration __u173, void __u174());
|
| - typedef Timer __t176(Zone __u177, ZoneDelegate __u178, Zone __u179, Duration __u180, void __u181(Timer __u182));
|
| - typedef void __t184(Zone __u185, ZoneDelegate __u186, Zone __u187, String __u188);
|
| - typedef Zone __t190(Zone __u191, ZoneDelegate __u192, Zone __u193, ZoneSpecification __u194, Map<dynamic, dynamic> __u195);
|
| - typedef void __t211(Timer __u212);
|
| + typedef dynamic __t82(Zone __u83, ZoneDelegate __u84, Zone __u85, dynamic __u86, StackTrace __u87);
|
| + typedef dynamic __t89(Zone __u90, ZoneDelegate __u91, Zone __u92, dynamic __u93());
|
| + typedef dynamic __t95(Zone __u96, ZoneDelegate __u97, Zone __u98, dynamic __u99(dynamic __u100), dynamic __u101);
|
| + typedef dynamic __t103(Zone __u104, ZoneDelegate __u105, Zone __u106, dynamic __u107(dynamic __u108, dynamic __u109), dynamic __u110, dynamic __u111);
|
| + typedef ZoneCallback __t113(Zone __u114, ZoneDelegate __u115, Zone __u116, dynamic __u117());
|
| + typedef ZoneUnaryCallback __t119(Zone __u120, ZoneDelegate __u121, Zone __u122, dynamic __u123(dynamic __u124));
|
| + typedef ZoneBinaryCallback __t126(Zone __u127, ZoneDelegate __u128, Zone __u129, dynamic __u130(dynamic __u131, dynamic __u132));
|
| + typedef AsyncError __t134(Zone __u135, ZoneDelegate __u136, Zone __u137, Object __u138, StackTrace __u139);
|
| + typedef void __t141(Zone __u142, ZoneDelegate __u143, Zone __u144, dynamic __u145());
|
| + typedef Timer __t147(Zone __u148, ZoneDelegate __u149, Zone __u150, Duration __u151, void __u152());
|
| + typedef Timer __t154(Zone __u155, ZoneDelegate __u156, Zone __u157, Duration __u158, void __u159(Timer __u160));
|
| + typedef void __t162(Zone __u163, ZoneDelegate __u164, Zone __u165, String __u166);
|
| + typedef Zone __t168(Zone __u169, ZoneDelegate __u170, Zone __u171, ZoneSpecification __u172, Map<dynamic, dynamic> __u173);
|
| + typedef void __t189(Timer __u190);
|
| + typedef dynamic __t192(dynamic __u193);
|
|
|