| 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 865123d7ca4db954a073eab844a6e971f45e242e..92c79998a8f71c1a9571ceb930590e7bc188c0b6 100644
|
| --- a/test/dart_codegen/expect/async/zone.dart
|
| +++ b/test/dart_codegen/expect/async/zone.dart
|
| @@ -18,7 +18,7 @@ part of dart.async;
|
| class AsyncError implements Error {final error;
|
| final StackTrace stackTrace;
|
| AsyncError(this.error, this.stackTrace);
|
| - String toString() => ((__x130) => DEVC$RT.cast(__x130, dynamic, String, "DynamicCast", """line 46, column 24 of dart:async/zone.dart: """, __x130 is String, true))(error.toString());
|
| + String toString() => ((__x105) => DEVC$RT.cast(__x105, dynamic, String, "DynamicCast", """line 46, column 24 of dart:async/zone.dart: """, __x105 is String, true))(error.toString());
|
| }
|
| class _ZoneFunction {final _Zone zone;
|
| final Function function;
|
| @@ -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: ((__x137) => DEVC$RT.cast(__x137, dynamic, __t131, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x137 is __t131, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x143) => DEVC$RT.cast(__x143, dynamic, __t138, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x143 is __t138, false))(run != null ? run : other.run), runUnary: ((__x151) => DEVC$RT.cast(__x151, dynamic, __t144, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x151 is __t144, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x161) => DEVC$RT.cast(__x161, dynamic, __t152, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x161 is __t152, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x168) => DEVC$RT.cast(__x168, dynamic, __t162, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x168 is __t162, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x177) => DEVC$RT.cast(__x177, dynamic, __t169, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x177 is __t169, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x188) => DEVC$RT.cast(__x188, dynamic, __t178, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x188 is __t178, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x195) => DEVC$RT.cast(__x195, dynamic, __t189, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x195 is __t189, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x201) => DEVC$RT.cast(__x201, dynamic, __t196, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x201 is __t196, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x208) => DEVC$RT.cast(__x208, dynamic, __t202, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x208 is __t202, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x216) => DEVC$RT.cast(__x216, dynamic, __t209, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x216 is __t209, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x222) => DEVC$RT.cast(__x222, dynamic, __t217, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x222 is __t217, false))(print != null ? print : other.print), fork: ((__x229) => DEVC$RT.cast(__x229, dynamic, __t223, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x229 is __t223, false))(fork != null ? fork : other.fork));
|
| +return new ZoneSpecification(handleUncaughtError: ((__x112) => DEVC$RT.cast(__x112, dynamic, __t106, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x112 is __t106, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x118) => DEVC$RT.cast(__x118, dynamic, __t113, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x118 is __t113, false))(run != null ? run : other.run), runUnary: ((__x126) => DEVC$RT.cast(__x126, dynamic, __t119, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x126 is __t119, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x136) => DEVC$RT.cast(__x136, dynamic, __t127, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x136 is __t127, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x143) => DEVC$RT.cast(__x143, dynamic, __t137, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x143 is __t137, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x152) => DEVC$RT.cast(__x152, dynamic, __t144, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x152 is __t144, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x163) => DEVC$RT.cast(__x163, dynamic, __t153, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x163 is __t153, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x170) => DEVC$RT.cast(__x170, dynamic, __t164, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x170 is __t164, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x176) => DEVC$RT.cast(__x176, dynamic, __t171, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x176 is __t171, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x183) => DEVC$RT.cast(__x183, dynamic, __t177, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x183 is __t177, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x191) => DEVC$RT.cast(__x191, dynamic, __t184, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x191 is __t184, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x197) => DEVC$RT.cast(__x197, dynamic, __t192, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x197 is __t192, false))(print != null ? print : other.print), fork: ((__x204) => DEVC$RT.cast(__x204, dynamic, __t198, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x204 is __t198, 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 ((__x230) => DEVC$RT.cast(__x230, dynamic, __t167, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x230 is __t167, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + return ((__x205) => DEVC$RT.cast(__x205, dynamic, __t142, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x205 is __t142, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| }
|
| ZoneUnaryCallback registerUnaryCallback(Zone zone, f(arg)) {
|
| _ZoneFunction implementation = _delegationTarget._registerUnaryCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x231) => DEVC$RT.cast(__x231, dynamic, __t175, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x231 is __t175, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + return ((__x206) => DEVC$RT.cast(__x206, dynamic, __t150, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x206 is __t150, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| }
|
| ZoneBinaryCallback registerBinaryCallback(Zone zone, f(arg1, arg2)) {
|
| _ZoneFunction implementation = _delegationTarget._registerBinaryCallback;
|
| _Zone implZone = implementation.zone;
|
| - return ((__x232) => DEVC$RT.cast(__x232, dynamic, __t185, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x232 is __t185, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
|
| + return ((__x207) => DEVC$RT.cast(__x207, dynamic, __t160, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x207 is __t160, 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 ((__x233) => DEVC$RT.cast(__x233, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x233 is AsyncError, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, error, stackTrace));
|
| + return ((__x208) => DEVC$RT.cast(__x208, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x208 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 ((__x234) => DEVC$RT.cast(__x234, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x234 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, duration, f));
|
| + return ((__x209) => DEVC$RT.cast(__x209, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x209 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 ((__x235) => DEVC$RT.cast(__x235, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x235 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, period, f));
|
| + return ((__x210) => DEVC$RT.cast(__x210, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x210 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 ((__x236) => DEVC$RT.cast(__x236, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x236 is Zone, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValues));
|
| + return ((__x211) => DEVC$RT.cast(__x211, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x211 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 ((__x237) => DEVC$RT.cast(__x237, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x237 is Zone, true))((implementation.function)(implementation.zone, parentDelegate, this, specification, zoneValues));
|
| + return ((__x212) => DEVC$RT.cast(__x212, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x212 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 ((__x238) => DEVC$RT.cast(__x238, dynamic, __t167, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x238 is __t167, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + return ((__x213) => DEVC$RT.cast(__x213, dynamic, __t142, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x213 is __t142, 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 ((__x239) => DEVC$RT.cast(__x239, dynamic, __t175, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x239 is __t175, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + return ((__x214) => DEVC$RT.cast(__x214, dynamic, __t150, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x214 is __t150, 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 ((__x240) => DEVC$RT.cast(__x240, dynamic, __t185, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x240 is __t185, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
|
| + return ((__x215) => DEVC$RT.cast(__x215, dynamic, __t160, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x215 is __t160, 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 ((__x241) => DEVC$RT.cast(__x241, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x241 is AsyncError, true))((implementation.function)(implementationZone, parentDelegate, this, error, stackTrace));
|
| + return ((__x216) => DEVC$RT.cast(__x216, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x216 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 ((__x242) => DEVC$RT.cast(__x242, dynamic, Timer, "DynamicCast", """line 862, column 12 of dart:async/zone.dart: """, __x242 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| + return ((__x217) => DEVC$RT.cast(__x217, dynamic, Timer, "DynamicCast", """line 862, column 12 of dart:async/zone.dart: """, __x217 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 ((__x243) => DEVC$RT.cast(__x243, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x243 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| + return ((__x218) => DEVC$RT.cast(__x218, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x218 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
|
| }
|
| void print(String line) {
|
| _ZoneFunction implementation = this._print;
|
| @@ -452,11 +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 = ((__x247) => DEVC$RT.wrap((dynamic f(dynamic __u244)) {
|
| -dynamic c(dynamic x0) => f(x0);
|
| - return f == null ? null : c;
|
| -}
|
| -, __x247, __t175, __t245, "Wrap", """line 962, column 16 of dart:async/zone.dart: """, __x247 is __t245))(zone.bindUnaryCallback(callback));
|
| +callback = ((__x221) => DEVC$RT.cast(__x221, __t150, __t219, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x221 is __t219, false))(zone.bindUnaryCallback(callback));
|
| }
|
| return Timer._createPeriodicTimer(duration, callback);
|
| }
|
| @@ -637,7 +633,7 @@ try {
|
| if (onError is ZoneBinaryCallback) {
|
| return self.parent.runBinary(onError, error, stackTrace);
|
| }
|
| - return self.parent.runUnary(DEVC$RT.cast(onError, Function, __t175, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t175, true), error);
|
| + return self.parent.runUnary(DEVC$RT.cast(onError, Function, __t150, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t150, true), error);
|
| }
|
| catch (e, s) {
|
| if (identical(e, error)) {
|
| @@ -664,20 +660,20 @@ return zone.runGuarded(body);
|
| return zone.run(body);
|
| }
|
| }
|
| - typedef dynamic __t131(Zone __u132, ZoneDelegate __u133, Zone __u134, dynamic __u135, StackTrace __u136);
|
| - typedef dynamic __t138(Zone __u139, ZoneDelegate __u140, Zone __u141, dynamic __u142());
|
| - typedef dynamic __t144(Zone __u145, ZoneDelegate __u146, Zone __u147, dynamic __u148(dynamic __u149), dynamic __u150);
|
| - typedef dynamic __t152(Zone __u153, ZoneDelegate __u154, Zone __u155, dynamic __u156(dynamic __u157, dynamic __u158), dynamic __u159, dynamic __u160);
|
| - typedef dynamic __t167();
|
| - typedef __t167 __t162(Zone __u163, ZoneDelegate __u164, Zone __u165, dynamic __u166());
|
| - typedef dynamic __t175(dynamic __u176);
|
| - typedef __t175 __t169(Zone __u170, ZoneDelegate __u171, Zone __u172, dynamic __u173(dynamic __u174));
|
| - typedef dynamic __t185(dynamic __u186, dynamic __u187);
|
| - typedef __t185 __t178(Zone __u179, ZoneDelegate __u180, Zone __u181, dynamic __u182(dynamic __u183, dynamic __u184));
|
| - typedef AsyncError __t189(Zone __u190, ZoneDelegate __u191, Zone __u192, Object __u193, StackTrace __u194);
|
| - typedef void __t196(Zone __u197, ZoneDelegate __u198, Zone __u199, dynamic __u200());
|
| - typedef Timer __t202(Zone __u203, ZoneDelegate __u204, Zone __u205, Duration __u206, void __u207());
|
| - typedef Timer __t209(Zone __u210, ZoneDelegate __u211, Zone __u212, Duration __u213, void __u214(Timer __u215));
|
| - typedef void __t217(Zone __u218, ZoneDelegate __u219, Zone __u220, String __u221);
|
| - typedef Zone __t223(Zone __u224, ZoneDelegate __u225, Zone __u226, ZoneSpecification __u227, Map<dynamic, dynamic> __u228);
|
| - typedef void __t245(Timer __u246);
|
| + typedef dynamic __t106(Zone __u107, ZoneDelegate __u108, Zone __u109, dynamic __u110, StackTrace __u111);
|
| + typedef dynamic __t113(Zone __u114, ZoneDelegate __u115, Zone __u116, dynamic __u117());
|
| + typedef dynamic __t119(Zone __u120, ZoneDelegate __u121, Zone __u122, dynamic __u123(dynamic __u124), dynamic __u125);
|
| + typedef dynamic __t127(Zone __u128, ZoneDelegate __u129, Zone __u130, dynamic __u131(dynamic __u132, dynamic __u133), dynamic __u134, dynamic __u135);
|
| + typedef dynamic __t142();
|
| + typedef __t142 __t137(Zone __u138, ZoneDelegate __u139, Zone __u140, dynamic __u141());
|
| + typedef dynamic __t150(dynamic __u151);
|
| + typedef __t150 __t144(Zone __u145, ZoneDelegate __u146, Zone __u147, dynamic __u148(dynamic __u149));
|
| + typedef dynamic __t160(dynamic __u161, dynamic __u162);
|
| + typedef __t160 __t153(Zone __u154, ZoneDelegate __u155, Zone __u156, dynamic __u157(dynamic __u158, dynamic __u159));
|
| + typedef AsyncError __t164(Zone __u165, ZoneDelegate __u166, Zone __u167, Object __u168, StackTrace __u169);
|
| + typedef void __t171(Zone __u172, ZoneDelegate __u173, Zone __u174, dynamic __u175());
|
| + typedef Timer __t177(Zone __u178, ZoneDelegate __u179, Zone __u180, Duration __u181, void __u182());
|
| + typedef Timer __t184(Zone __u185, ZoneDelegate __u186, Zone __u187, Duration __u188, void __u189(Timer __u190));
|
| + typedef void __t192(Zone __u193, ZoneDelegate __u194, Zone __u195, String __u196);
|
| + typedef Zone __t198(Zone __u199, ZoneDelegate __u200, Zone __u201, ZoneSpecification __u202, Map<dynamic, dynamic> __u203);
|
| + typedef void __t219(Timer __u220);
|
|
|