Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: test/dart_codegen/expect/async/zone.dart

Issue 1070453002: Refactor reifier to make it less dart_codegen specific. (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 84fe27d8c60b194e60c8450ca62a48896b56f3ba..06f12b5e990a3409bd970bff1453c7754db9e6e1 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() => ((__x98) => DEVC$RT.cast(__x98, dynamic, String, "DynamicCast", """line 46, column 24 of dart:async/zone.dart: """, __x98 is String, true))(error.toString());
+ String toString() => ((__x82) => DEVC$RT.cast(__x82, dynamic, String, "DynamicCast", """line 46, column 24 of dart:async/zone.dart: """, __x82 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: ((__x105) => DEVC$RT.cast(__x105, dynamic, __t99, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x105 is __t99, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x111) => DEVC$RT.cast(__x111, dynamic, __t106, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x111 is __t106, false))(run != null ? run : other.run), runUnary: ((__x119) => DEVC$RT.cast(__x119, dynamic, __t112, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x119 is __t112, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x129) => DEVC$RT.cast(__x129, dynamic, __t120, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x129 is __t120, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x136) => DEVC$RT.cast(__x136, dynamic, __t130, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x136 is __t130, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x145) => DEVC$RT.cast(__x145, dynamic, __t137, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x145 is __t137, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x156) => DEVC$RT.cast(__x156, dynamic, __t146, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x156 is __t146, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x163) => DEVC$RT.cast(__x163, dynamic, __t157, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x163 is __t157, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x169) => DEVC$RT.cast(__x169, dynamic, __t164, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x169 is __t164, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x176) => DEVC$RT.cast(__x176, dynamic, __t170, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x176 is __t170, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x184) => DEVC$RT.cast(__x184, dynamic, __t177, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x184 is __t177, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x190) => DEVC$RT.cast(__x190, dynamic, __t185, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x190 is __t185, false))(print != null ? print : other.print), fork: ((__x197) => DEVC$RT.cast(__x197, dynamic, __t191, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x197 is __t191, false))(fork != null ? fork : other.fork));
+return new ZoneSpecification(handleUncaughtError: ((__x89) => DEVC$RT.cast(__x89, dynamic, __t83, "CompositeCast", """line 138, column 28 of dart:async/zone.dart: """, __x89 is __t83, false))(handleUncaughtError != null ? handleUncaughtError : other.handleUncaughtError), run: ((__x95) => DEVC$RT.cast(__x95, dynamic, __t90, "CompositeCast", """line 141, column 12 of dart:async/zone.dart: """, __x95 is __t90, false))(run != null ? run : other.run), runUnary: ((__x103) => DEVC$RT.cast(__x103, dynamic, __t96, "CompositeCast", """line 142, column 17 of dart:async/zone.dart: """, __x103 is __t96, false))(runUnary != null ? runUnary : other.runUnary), runBinary: ((__x113) => DEVC$RT.cast(__x113, dynamic, __t104, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x113 is __t104, false))(runBinary != null ? runBinary : other.runBinary), registerCallback: ((__x119) => DEVC$RT.cast(__x119, dynamic, __t114, "CompositeCast", """line 144, column 25 of dart:async/zone.dart: """, __x119 is __t114, false))(registerCallback != null ? registerCallback : other.registerCallback), registerUnaryCallback: ((__x126) => DEVC$RT.cast(__x126, dynamic, __t120, "CompositeCast", """line 147, column 30 of dart:async/zone.dart: """, __x126 is __t120, false))(registerUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallback), registerBinaryCallback: ((__x134) => DEVC$RT.cast(__x134, dynamic, __t127, "CompositeCast", """line 150, column 31 of dart:async/zone.dart: """, __x134 is __t127, false))(registerBinaryCallback != null ? registerBinaryCallback : other.registerBinaryCallback), errorCallback: ((__x141) => DEVC$RT.cast(__x141, dynamic, __t135, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """, __x141 is __t135, false))(errorCallback != null ? errorCallback : other.errorCallback), scheduleMicrotask: ((__x147) => DEVC$RT.cast(__x147, dynamic, __t142, "CompositeCast", """line 156, column 26 of dart:async/zone.dart: """, __x147 is __t142, false))(scheduleMicrotask != null ? scheduleMicrotask : other.scheduleMicrotask), createTimer: ((__x154) => DEVC$RT.cast(__x154, dynamic, __t148, "CompositeCast", """line 159, column 21 of dart:async/zone.dart: """, __x154 is __t148, false))(createTimer != null ? createTimer : other.createTimer), createPeriodicTimer: ((__x162) => DEVC$RT.cast(__x162, dynamic, __t155, "CompositeCast", """line 160, column 28 of dart:async/zone.dart: """, __x162 is __t155, false))(createPeriodicTimer != null ? createPeriodicTimer : other.createPeriodicTimer), print: ((__x168) => DEVC$RT.cast(__x168, dynamic, __t163, "CompositeCast", """line 163, column 15 of dart:async/zone.dart: """, __x168 is __t163, false))(print != null ? print : other.print), fork: ((__x175) => DEVC$RT.cast(__x175, dynamic, __t169, "CompositeCast", """line 164, column 13 of dart:async/zone.dart: """, __x175 is __t169, 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 ((__x198) => DEVC$RT.cast(__x198, dynamic, __t135, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x198 is __t135, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
+ return ((__x176) => DEVC$RT.cast(__x176, dynamic, ZoneCallback, "DynamicCast", """line 522, column 12 of dart:async/zone.dart: """, __x176 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 ((__x199) => DEVC$RT.cast(__x199, dynamic, __t143, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x199 is __t143, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
+ return ((__x177) => DEVC$RT.cast(__x177, dynamic, ZoneUnaryCallback, "DynamicCast", """line 529, column 12 of dart:async/zone.dart: """, __x177 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 ((__x200) => DEVC$RT.cast(__x200, dynamic, __t153, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x200 is __t153, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, f));
+ return ((__x178) => DEVC$RT.cast(__x178, dynamic, ZoneBinaryCallback, "DynamicCast", """line 536, column 12 of dart:async/zone.dart: """, __x178 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 ((__x201) => DEVC$RT.cast(__x201, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x201 is AsyncError, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, error, stackTrace));
+ return ((__x179) => DEVC$RT.cast(__x179, dynamic, AsyncError, "DynamicCast", """line 544, column 12 of dart:async/zone.dart: """, __x179 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 ((__x202) => DEVC$RT.cast(__x202, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x202 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, duration, f));
+ return ((__x180) => DEVC$RT.cast(__x180, dynamic, Timer, "DynamicCast", """line 558, column 12 of dart:async/zone.dart: """, __x180 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 ((__x203) => DEVC$RT.cast(__x203, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x203 is Timer, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, period, f));
+ return ((__x181) => DEVC$RT.cast(__x181, dynamic, Timer, "DynamicCast", """line 565, column 12 of dart:async/zone.dart: """, __x181 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 ((__x204) => DEVC$RT.cast(__x204, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x204 is Zone, true))((implementation.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValues));
+ return ((__x182) => DEVC$RT.cast(__x182, dynamic, Zone, "DynamicCast", """line 580, column 12 of dart:async/zone.dart: """, __x182 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 ((__x205) => DEVC$RT.cast(__x205, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x205 is Zone, true))((implementation.function)(implementation.zone, parentDelegate, this, specification, zoneValues));
+ return ((__x183) => DEVC$RT.cast(__x183, dynamic, Zone, "DynamicCast", """line 787, column 12 of dart:async/zone.dart: """, __x183 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 ((__x206) => DEVC$RT.cast(__x206, dynamic, __t135, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x206 is __t135, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
+ return ((__x184) => DEVC$RT.cast(__x184, dynamic, ZoneCallback, "DynamicCast", """line 820, column 12 of dart:async/zone.dart: """, __x184 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 ((__x207) => DEVC$RT.cast(__x207, dynamic, __t143, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x207 is __t143, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
+ return ((__x185) => DEVC$RT.cast(__x185, dynamic, ZoneUnaryCallback, "DynamicCast", """line 828, column 12 of dart:async/zone.dart: """, __x185 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 ((__x208) => DEVC$RT.cast(__x208, dynamic, __t153, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x208 is __t153, true))((implementation.function)(implementation.zone, parentDelegate, this, f));
+ return ((__x186) => DEVC$RT.cast(__x186, dynamic, ZoneBinaryCallback, "DynamicCast", """line 836, column 12 of dart:async/zone.dart: """, __x186 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 ((__x209) => DEVC$RT.cast(__x209, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x209 is AsyncError, true))((implementation.function)(implementationZone, parentDelegate, this, error, stackTrace));
+ return ((__x187) => DEVC$RT.cast(__x187, dynamic, AsyncError, "DynamicCast", """line 846, column 12 of dart:async/zone.dart: """, __x187 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 ((__x210) => DEVC$RT.cast(__x210, dynamic, Timer, "DynamicCast", """line 862, 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 862, column 12 of dart:async/zone.dart: """, __x188 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 ((__x211) => DEVC$RT.cast(__x211, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x211 is Timer, true))((implementation.function)(implementation.zone, parentDelegate, this, duration, f));
+ return ((__x189) => DEVC$RT.cast(__x189, dynamic, Timer, "DynamicCast", """line 870, column 12 of dart:async/zone.dart: """, __x189 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 = ((__x214) => DEVC$RT.cast(__x214, __t143, __t212, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x214 is __t212, false))(zone.bindUnaryCallback(callback));
+callback = ((__x192) => DEVC$RT.cast(__x192, ZoneUnaryCallback, __t190, "CompositeCast", """line 962, column 16 of dart:async/zone.dart: """, __x192 is __t190, 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, __t143, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t143, true), error);
+ return self.parent.runUnary(DEVC$RT.cast(onError, Function, __t193, "ImplicitCast", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t193, true), error);
}
catch (e, s) {
if (identical(e, error)) {
@@ -660,20 +660,18 @@ return zone.runGuarded(body);
return zone.run(body);
}
}
- typedef dynamic __t99(Zone __u100, ZoneDelegate __u101, Zone __u102, dynamic __u103, StackTrace __u104);
- typedef dynamic __t106(Zone __u107, ZoneDelegate __u108, Zone __u109, dynamic __u110());
- typedef dynamic __t112(Zone __u113, ZoneDelegate __u114, Zone __u115, dynamic __u116(dynamic __u117), dynamic __u118);
- typedef dynamic __t120(Zone __u121, ZoneDelegate __u122, Zone __u123, dynamic __u124(dynamic __u125, dynamic __u126), dynamic __u127, dynamic __u128);
- typedef dynamic __t135();
- typedef __t135 __t130(Zone __u131, ZoneDelegate __u132, Zone __u133, dynamic __u134());
- typedef dynamic __t143(dynamic __u144);
- typedef __t143 __t137(Zone __u138, ZoneDelegate __u139, Zone __u140, dynamic __u141(dynamic __u142));
- typedef dynamic __t153(dynamic __u154, dynamic __u155);
- typedef __t153 __t146(Zone __u147, ZoneDelegate __u148, Zone __u149, dynamic __u150(dynamic __u151, dynamic __u152));
- typedef AsyncError __t157(Zone __u158, ZoneDelegate __u159, Zone __u160, Object __u161, StackTrace __u162);
- typedef void __t164(Zone __u165, ZoneDelegate __u166, Zone __u167, dynamic __u168());
- typedef Timer __t170(Zone __u171, ZoneDelegate __u172, Zone __u173, Duration __u174, void __u175());
- typedef Timer __t177(Zone __u178, ZoneDelegate __u179, Zone __u180, Duration __u181, void __u182(Timer __u183));
- typedef void __t185(Zone __u186, ZoneDelegate __u187, Zone __u188, String __u189);
- typedef Zone __t191(Zone __u192, ZoneDelegate __u193, Zone __u194, ZoneSpecification __u195, Map<dynamic, dynamic> __u196);
- typedef void __t212(Timer __u213);
+ typedef dynamic __t83(Zone __u84, ZoneDelegate __u85, Zone __u86, dynamic __u87, StackTrace __u88);
+ typedef dynamic __t90(Zone __u91, ZoneDelegate __u92, Zone __u93, dynamic __u94());
+ typedef dynamic __t96(Zone __u97, ZoneDelegate __u98, Zone __u99, dynamic __u100(dynamic __u101), dynamic __u102);
+ typedef dynamic __t104(Zone __u105, ZoneDelegate __u106, Zone __u107, dynamic __u108(dynamic __u109, dynamic __u110), dynamic __u111, dynamic __u112);
+ typedef ZoneCallback __t114(Zone __u115, ZoneDelegate __u116, Zone __u117, dynamic __u118());
+ typedef ZoneUnaryCallback __t120(Zone __u121, ZoneDelegate __u122, Zone __u123, dynamic __u124(dynamic __u125));
+ typedef ZoneBinaryCallback __t127(Zone __u128, ZoneDelegate __u129, Zone __u130, dynamic __u131(dynamic __u132, dynamic __u133));
+ typedef AsyncError __t135(Zone __u136, ZoneDelegate __u137, Zone __u138, Object __u139, StackTrace __u140);
+ typedef void __t142(Zone __u143, ZoneDelegate __u144, Zone __u145, dynamic __u146());
+ typedef Timer __t148(Zone __u149, ZoneDelegate __u150, Zone __u151, Duration __u152, void __u153());
+ typedef Timer __t155(Zone __u156, ZoneDelegate __u157, Zone __u158, Duration __u159, void __u160(Timer __u161));
+ typedef void __t163(Zone __u164, ZoneDelegate __u165, Zone __u166, String __u167);
+ typedef Zone __t169(Zone __u170, ZoneDelegate __u171, Zone __u172, ZoneSpecification __u173, Map<dynamic, dynamic> __u174);
+ typedef void __t190(Timer __u191);
+ typedef dynamic __t193(dynamic __u194);

Powered by Google App Engine
This is Rietveld 408576698