| OLD | NEW |
| 1 part of dart.async; | 1 part of dart.async; |
| 2 typedef dynamic ZoneCallback(); | 2 typedef dynamic ZoneCallback(); |
| 3 typedef dynamic ZoneUnaryCallback(arg); | 3 typedef dynamic ZoneUnaryCallback(arg); |
| 4 typedef dynamic ZoneBinaryCallback(arg1, arg2); | 4 typedef dynamic ZoneBinaryCallback(arg1, arg2); |
| 5 typedef dynamic HandleUncaughtErrorHandler(Zone self, ZoneDelegate parent, Zone
zone, error, StackTrace stackTrace); | 5 typedef dynamic HandleUncaughtErrorHandler(Zone self, ZoneDelegate parent, Zone
zone, error, StackTrace stackTrace); |
| 6 typedef dynamic RunHandler(Zone self, ZoneDelegate parent, Zone zone, f()); | 6 typedef dynamic RunHandler(Zone self, ZoneDelegate parent, Zone zone, f()); |
| 7 typedef dynamic RunUnaryHandler(Zone self, ZoneDelegate parent, Zone zone, f(ar
g), arg); | 7 typedef dynamic RunUnaryHandler(Zone self, ZoneDelegate parent, Zone zone, f(ar
g), arg); |
| 8 typedef dynamic RunBinaryHandler(Zone self, ZoneDelegate parent, Zone zone, f(a
rg1, arg2), arg1, arg2); | 8 typedef dynamic RunBinaryHandler(Zone self, ZoneDelegate parent, Zone zone, f(a
rg1, arg2), arg1, arg2); |
| 9 typedef ZoneCallback RegisterCallbackHandler(Zone self, ZoneDelegate parent, Zo
ne zone, f()); | 9 typedef ZoneCallback RegisterCallbackHandler(Zone self, ZoneDelegate parent, Zo
ne zone, f()); |
| 10 typedef ZoneUnaryCallback RegisterUnaryCallbackHandler(Zone self, ZoneDelegate
parent, Zone zone, f(arg)); | 10 typedef ZoneUnaryCallback RegisterUnaryCallbackHandler(Zone self, ZoneDelegate
parent, Zone zone, f(arg)); |
| 11 typedef ZoneBinaryCallback RegisterBinaryCallbackHandler(Zone self, ZoneDelegat
e parent, Zone zone, f(arg1, arg2)); | 11 typedef ZoneBinaryCallback RegisterBinaryCallbackHandler(Zone self, ZoneDelegat
e parent, Zone zone, f(arg1, arg2)); |
| 12 typedef AsyncError ErrorCallbackHandler(Zone self, ZoneDelegate parent, Zone zo
ne, Object error, StackTrace stackTrace); | 12 typedef AsyncError ErrorCallbackHandler(Zone self, ZoneDelegate parent, Zone zo
ne, Object error, StackTrace stackTrace); |
| 13 typedef void ScheduleMicrotaskHandler(Zone self, ZoneDelegate parent, Zone zone
, f()); | 13 typedef void ScheduleMicrotaskHandler(Zone self, ZoneDelegate parent, Zone zone
, f()); |
| 14 typedef Timer CreateTimerHandler(Zone self, ZoneDelegate parent, Zone zone, Dur
ation duration, void f()); | 14 typedef Timer CreateTimerHandler(Zone self, ZoneDelegate parent, Zone zone, Dur
ation duration, void f()); |
| 15 typedef Timer CreatePeriodicTimerHandler(Zone self, ZoneDelegate parent, Zone z
one, Duration period, void f(Timer timer)); | 15 typedef Timer CreatePeriodicTimerHandler(Zone self, ZoneDelegate parent, Zone z
one, Duration period, void f(Timer timer)); |
| 16 typedef void PrintHandler(Zone self, ZoneDelegate parent, Zone zone, String lin
e); | 16 typedef void PrintHandler(Zone self, ZoneDelegate parent, Zone zone, String lin
e); |
| 17 typedef Zone ForkHandler(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecifi
cation specification, Map zoneValues); | 17 typedef Zone ForkHandler(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecifi
cation specification, Map zoneValues); |
| 18 class AsyncError implements Error {final error; | 18 class AsyncError implements Error {final error; |
| 19 final StackTrace stackTrace; | 19 final StackTrace stackTrace; |
| 20 AsyncError(this.error, this.stackTrace); | 20 AsyncError(this.error, this.stackTrace); |
| 21 String toString() => ((__x130) => DEVC$RT.cast(__x130, dynamic, String, "Dynami
cCast", """line 46, column 24 of dart:async/zone.dart: """, __x130 is String, tr
ue))(error.toString()); | 21 String toString() => ((__x105) => DEVC$RT.cast(__x105, dynamic, String, "Dynami
cCast", """line 46, column 24 of dart:async/zone.dart: """, __x105 is String, tr
ue))(error.toString()); |
| 22 } | 22 } |
| 23 class _ZoneFunction {final _Zone zone; | 23 class _ZoneFunction {final _Zone zone; |
| 24 final Function function; | 24 final Function function; |
| 25 const _ZoneFunction(this.zone, this.function); | 25 const _ZoneFunction(this.zone, this.function); |
| 26 } | 26 } |
| 27 abstract class ZoneSpecification {const factory ZoneSpecification({ | 27 abstract class ZoneSpecification {const factory ZoneSpecification({ |
| 28 dynamic handleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error, St
ackTrace stackTrace), dynamic run(Zone self, ZoneDelegate parent, Zone zone, f()
), dynamic runUnary(Zone self, ZoneDelegate parent, Zone zone, f(arg), arg), dyn
amic runBinary(Zone self, ZoneDelegate parent, Zone zone, f(arg1, arg2), arg1, a
rg2), ZoneCallback registerCallback(Zone self, ZoneDelegate parent, Zone zone, f
()), ZoneUnaryCallback registerUnaryCallback(Zone self, ZoneDelegate parent, Zon
e zone, f(arg)), ZoneBinaryCallback registerBinaryCallback(Zone self, ZoneDelega
te parent, Zone zone, f(arg1, arg2)), AsyncError errorCallback(Zone self, ZoneDe
legate parent, Zone zone, Object error, StackTrace stackTrace), void scheduleMic
rotask(Zone self, ZoneDelegate parent, Zone zone, f()), Timer createTimer(Zone s
elf, ZoneDelegate parent, Zone zone, Duration duration, void f()), Timer createP
eriodicTimer(Zone self, ZoneDelegate parent, Zone zone, Duration period, void f(
Timer timer)), void print(Zone self, ZoneDelegate parent, Zone zone, String line
), Zone fork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification specif
ication, Map zoneValues)} | 28 dynamic handleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error, St
ackTrace stackTrace), dynamic run(Zone self, ZoneDelegate parent, Zone zone, f()
), dynamic runUnary(Zone self, ZoneDelegate parent, Zone zone, f(arg), arg), dyn
amic runBinary(Zone self, ZoneDelegate parent, Zone zone, f(arg1, arg2), arg1, a
rg2), ZoneCallback registerCallback(Zone self, ZoneDelegate parent, Zone zone, f
()), ZoneUnaryCallback registerUnaryCallback(Zone self, ZoneDelegate parent, Zon
e zone, f(arg)), ZoneBinaryCallback registerBinaryCallback(Zone self, ZoneDelega
te parent, Zone zone, f(arg1, arg2)), AsyncError errorCallback(Zone self, ZoneDe
legate parent, Zone zone, Object error, StackTrace stackTrace), void scheduleMic
rotask(Zone self, ZoneDelegate parent, Zone zone, f()), Timer createTimer(Zone s
elf, ZoneDelegate parent, Zone zone, Duration duration, void f()), Timer createP
eriodicTimer(Zone self, ZoneDelegate parent, Zone zone, Duration period, void f(
Timer timer)), void print(Zone self, ZoneDelegate parent, Zone zone, String line
), Zone fork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification specif
ication, Map zoneValues)} |
| 29 ) = _ZoneSpecification; | 29 ) = _ZoneSpecification; |
| 30 factory ZoneSpecification.from(ZoneSpecification other, { | 30 factory ZoneSpecification.from(ZoneSpecification other, { |
| 31 dynamic handleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error, St
ackTrace stackTrace) : null, dynamic run(Zone self, ZoneDelegate parent, Zone zo
ne, f()) : null, dynamic runUnary(Zone self, ZoneDelegate parent, Zone zone, f(a
rg), arg) : null, dynamic runBinary(Zone self, ZoneDelegate parent, Zone zone, f
(arg1, arg2), arg1, arg2) : null, ZoneCallback registerCallback(Zone self, ZoneD
elegate parent, Zone zone, f()) : null, ZoneUnaryCallback registerUnaryCallback(
Zone self, ZoneDelegate parent, Zone zone, f(arg)) : null, ZoneBinaryCallback re
gisterBinaryCallback(Zone self, ZoneDelegate parent, Zone zone, f(arg1, arg2)) :
null, AsyncError errorCallback(Zone self, ZoneDelegate parent, Zone zone, Objec
t 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)) : n
ull, void print(Zone self, ZoneDelegate parent, Zone zone, String line) : null,
Zone fork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification specifica
tion, Map zoneValues) : null} | 31 dynamic handleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error, St
ackTrace stackTrace) : null, dynamic run(Zone self, ZoneDelegate parent, Zone zo
ne, f()) : null, dynamic runUnary(Zone self, ZoneDelegate parent, Zone zone, f(a
rg), arg) : null, dynamic runBinary(Zone self, ZoneDelegate parent, Zone zone, f
(arg1, arg2), arg1, arg2) : null, ZoneCallback registerCallback(Zone self, ZoneD
elegate parent, Zone zone, f()) : null, ZoneUnaryCallback registerUnaryCallback(
Zone self, ZoneDelegate parent, Zone zone, f(arg)) : null, ZoneBinaryCallback re
gisterBinaryCallback(Zone self, ZoneDelegate parent, Zone zone, f(arg1, arg2)) :
null, AsyncError errorCallback(Zone self, ZoneDelegate parent, Zone zone, Objec
t 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)) : n
ull, void print(Zone self, ZoneDelegate parent, Zone zone, String line) : null,
Zone fork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification specifica
tion, Map zoneValues) : null} |
| 32 ) { | 32 ) { |
| 33 return new ZoneSpecification(handleUncaughtError: ((__x137) => DEVC$RT.cast(__x1
37, dynamic, __t131, "CompositeCast", """line 138, column 28 of dart:async/zone.
dart: """, __x137 is __t131, false))(handleUncaughtError != null ? handleUncaugh
tError : other.handleUncaughtError), run: ((__x143) => DEVC$RT.cast(__x143, dyna
mic, __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 1
7 of dart:async/zone.dart: """, __x151 is __t144, false))(runUnary != null ? run
Unary : other.runUnary), runBinary: ((__x161) => DEVC$RT.cast(__x161, dynamic, _
_t152, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x
161 is __t152, false))(runBinary != null ? runBinary : other.runBinary), registe
rCallback: ((__x168) => DEVC$RT.cast(__x168, dynamic, __t162, "CompositeCast", "
""line 144, column 25 of dart:async/zone.dart: """, __x168 is __t162, false))(re
gisterCallback != null ? registerCallback : other.registerCallback), registerUna
ryCallback: ((__x177) => DEVC$RT.cast(__x177, dynamic, __t169, "CompositeCast",
"""line 147, column 30 of dart:async/zone.dart: """, __x177 is __t169, false))(r
egisterUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallba
ck), 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, dynami
c, __t189, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """,
__x195 is __t189, false))(errorCallback != null ? errorCallback : other.errorCa
llback), 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.scheduleMic
rotask), createTimer: ((__x208) => DEVC$RT.cast(__x208, dynamic, __t202, "Compos
iteCast", """line 159, column 21 of dart:async/zone.dart: """, __x208 is __t202,
false))(createTimer != null ? createTimer : other.createTimer), createPeriodicT
imer: ((__x216) => DEVC$RT.cast(__x216, dynamic, __t209, "CompositeCast", """lin
e 160, column 28 of dart:async/zone.dart: """, __x216 is __t209, false))(createP
eriodicTimer != 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 i
s __t223, false))(fork != null ? fork : other.fork)); | 33 return new ZoneSpecification(handleUncaughtError: ((__x112) => DEVC$RT.cast(__x1
12, dynamic, __t106, "CompositeCast", """line 138, column 28 of dart:async/zone.
dart: """, __x112 is __t106, false))(handleUncaughtError != null ? handleUncaugh
tError : other.handleUncaughtError), run: ((__x118) => DEVC$RT.cast(__x118, dyna
mic, __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 1
7 of dart:async/zone.dart: """, __x126 is __t119, false))(runUnary != null ? run
Unary : other.runUnary), runBinary: ((__x136) => DEVC$RT.cast(__x136, dynamic, _
_t127, "CompositeCast", """line 143, column 18 of dart:async/zone.dart: """, __x
136 is __t127, false))(runBinary != null ? runBinary : other.runBinary), registe
rCallback: ((__x143) => DEVC$RT.cast(__x143, dynamic, __t137, "CompositeCast", "
""line 144, column 25 of dart:async/zone.dart: """, __x143 is __t137, false))(re
gisterCallback != null ? registerCallback : other.registerCallback), registerUna
ryCallback: ((__x152) => DEVC$RT.cast(__x152, dynamic, __t144, "CompositeCast",
"""line 147, column 30 of dart:async/zone.dart: """, __x152 is __t144, false))(r
egisterUnaryCallback != null ? registerUnaryCallback : other.registerUnaryCallba
ck), 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, dynami
c, __t164, "CompositeCast", """line 153, column 22 of dart:async/zone.dart: """,
__x170 is __t164, false))(errorCallback != null ? errorCallback : other.errorCa
llback), 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.scheduleMic
rotask), createTimer: ((__x183) => DEVC$RT.cast(__x183, dynamic, __t177, "Compos
iteCast", """line 159, column 21 of dart:async/zone.dart: """, __x183 is __t177,
false))(createTimer != null ? createTimer : other.createTimer), createPeriodicT
imer: ((__x191) => DEVC$RT.cast(__x191, dynamic, __t184, "CompositeCast", """lin
e 160, column 28 of dart:async/zone.dart: """, __x191 is __t184, false))(createP
eriodicTimer != 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 i
s __t198, false))(fork != null ? fork : other.fork)); |
| 34 } | 34 } |
| 35 HandleUncaughtErrorHandler get handleUncaughtError; | 35 HandleUncaughtErrorHandler get handleUncaughtError; |
| 36 RunHandler get run; | 36 RunHandler get run; |
| 37 RunUnaryHandler get runUnary; | 37 RunUnaryHandler get runUnary; |
| 38 RunBinaryHandler get runBinary; | 38 RunBinaryHandler get runBinary; |
| 39 RegisterCallbackHandler get registerCallback; | 39 RegisterCallbackHandler get registerCallback; |
| 40 RegisterUnaryCallbackHandler get registerUnaryCallback; | 40 RegisterUnaryCallbackHandler get registerUnaryCallback; |
| 41 RegisterBinaryCallbackHandler get registerBinaryCallback; | 41 RegisterBinaryCallbackHandler get registerBinaryCallback; |
| 42 ErrorCallbackHandler get errorCallback; | 42 ErrorCallbackHandler get errorCallback; |
| 43 ScheduleMicrotaskHandler get scheduleMicrotask; | 43 ScheduleMicrotaskHandler get scheduleMicrotask; |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 return (implementation.function)(implZone, _parentDelegate(implZone), zone, f,
arg); | 143 return (implementation.function)(implZone, _parentDelegate(implZone), zone, f,
arg); |
| 144 } | 144 } |
| 145 dynamic runBinary(Zone zone, f(arg1, arg2), arg1, arg2) { | 145 dynamic runBinary(Zone zone, f(arg1, arg2), arg1, arg2) { |
| 146 _ZoneFunction implementation = _delegationTarget._runBinary; | 146 _ZoneFunction implementation = _delegationTarget._runBinary; |
| 147 _Zone implZone = implementation.zone; | 147 _Zone implZone = implementation.zone; |
| 148 return (implementation.function)(implZone, _parentDelegate(implZone), zone, f,
arg1, arg2); | 148 return (implementation.function)(implZone, _parentDelegate(implZone), zone, f,
arg1, arg2); |
| 149 } | 149 } |
| 150 ZoneCallback registerCallback(Zone zone, f()) { | 150 ZoneCallback registerCallback(Zone zone, f()) { |
| 151 _ZoneFunction implementation = _delegationTarget._registerCallback; | 151 _ZoneFunction implementation = _delegationTarget._registerCallback; |
| 152 _Zone implZone = implementation.zone; | 152 _Zone implZone = implementation.zone; |
| 153 return ((__x230) => DEVC$RT.cast(__x230, dynamic, __t167, "DynamicCast", """lin
e 522, column 12 of dart:async/zone.dart: """, __x230 is __t167, true))((impleme
ntation.function)(implZone, _parentDelegate(implZone), zone, f)); | 153 return ((__x205) => DEVC$RT.cast(__x205, dynamic, __t142, "DynamicCast", """lin
e 522, column 12 of dart:async/zone.dart: """, __x205 is __t142, true))((impleme
ntation.function)(implZone, _parentDelegate(implZone), zone, f)); |
| 154 } | 154 } |
| 155 ZoneUnaryCallback registerUnaryCallback(Zone zone, f(arg)) { | 155 ZoneUnaryCallback registerUnaryCallback(Zone zone, f(arg)) { |
| 156 _ZoneFunction implementation = _delegationTarget._registerUnaryCallback; | 156 _ZoneFunction implementation = _delegationTarget._registerUnaryCallback; |
| 157 _Zone implZone = implementation.zone; | 157 _Zone implZone = implementation.zone; |
| 158 return ((__x231) => DEVC$RT.cast(__x231, dynamic, __t175, "DynamicCast", """lin
e 529, column 12 of dart:async/zone.dart: """, __x231 is __t175, true))((impleme
ntation.function)(implZone, _parentDelegate(implZone), zone, f)); | 158 return ((__x206) => DEVC$RT.cast(__x206, dynamic, __t150, "DynamicCast", """lin
e 529, column 12 of dart:async/zone.dart: """, __x206 is __t150, true))((impleme
ntation.function)(implZone, _parentDelegate(implZone), zone, f)); |
| 159 } | 159 } |
| 160 ZoneBinaryCallback registerBinaryCallback(Zone zone, f(arg1, arg2)) { | 160 ZoneBinaryCallback registerBinaryCallback(Zone zone, f(arg1, arg2)) { |
| 161 _ZoneFunction implementation = _delegationTarget._registerBinaryCallback; | 161 _ZoneFunction implementation = _delegationTarget._registerBinaryCallback; |
| 162 _Zone implZone = implementation.zone; | 162 _Zone implZone = implementation.zone; |
| 163 return ((__x232) => DEVC$RT.cast(__x232, dynamic, __t185, "DynamicCast", """lin
e 536, column 12 of dart:async/zone.dart: """, __x232 is __t185, true))((impleme
ntation.function)(implZone, _parentDelegate(implZone), zone, f)); | 163 return ((__x207) => DEVC$RT.cast(__x207, dynamic, __t160, "DynamicCast", """lin
e 536, column 12 of dart:async/zone.dart: """, __x207 is __t160, true))((impleme
ntation.function)(implZone, _parentDelegate(implZone), zone, f)); |
| 164 } | 164 } |
| 165 AsyncError errorCallback(Zone zone, Object error, StackTrace stackTrace) { | 165 AsyncError errorCallback(Zone zone, Object error, StackTrace stackTrace) { |
| 166 _ZoneFunction implementation = _delegationTarget._errorCallback; | 166 _ZoneFunction implementation = _delegationTarget._errorCallback; |
| 167 _Zone implZone = implementation.zone; | 167 _Zone implZone = implementation.zone; |
| 168 if (identical(implZone, _ROOT_ZONE)) return null; | 168 if (identical(implZone, _ROOT_ZONE)) return null; |
| 169 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, stac
kTrace)); | 169 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, stac
kTrace)); |
| 170 } | 170 } |
| 171 void scheduleMicrotask(Zone zone, f()) { | 171 void scheduleMicrotask(Zone zone, f()) { |
| 172 _ZoneFunction implementation = _delegationTarget._scheduleMicrotask; | 172 _ZoneFunction implementation = _delegationTarget._scheduleMicrotask; |
| 173 _Zone implZone = implementation.zone; | 173 _Zone implZone = implementation.zone; |
| 174 (implementation.function)(implZone, _parentDelegate(implZone), zone, f); | 174 (implementation.function)(implZone, _parentDelegate(implZone), zone, f); |
| 175 } | 175 } |
| 176 Timer createTimer(Zone zone, Duration duration, void f()) { | 176 Timer createTimer(Zone zone, Duration duration, void f()) { |
| 177 _ZoneFunction implementation = _delegationTarget._createTimer; | 177 _ZoneFunction implementation = _delegationTarget._createTimer; |
| 178 _Zone implZone = implementation.zone; | 178 _Zone implZone = implementation.zone; |
| 179 return ((__x234) => DEVC$RT.cast(__x234, dynamic, Timer, "DynamicCast", """line
558, column 12 of dart:async/zone.dart: """, __x234 is Timer, true))((implement
ation.function)(implZone, _parentDelegate(implZone), zone, duration, f)); | 179 return ((__x209) => DEVC$RT.cast(__x209, dynamic, Timer, "DynamicCast", """line
558, column 12 of dart:async/zone.dart: """, __x209 is Timer, true))((implement
ation.function)(implZone, _parentDelegate(implZone), zone, duration, f)); |
| 180 } | 180 } |
| 181 Timer createPeriodicTimer(Zone zone, Duration period, void f(Timer timer)) { | 181 Timer createPeriodicTimer(Zone zone, Duration period, void f(Timer timer)) { |
| 182 _ZoneFunction implementation = _delegationTarget._createPeriodicTimer; | 182 _ZoneFunction implementation = _delegationTarget._createPeriodicTimer; |
| 183 _Zone implZone = implementation.zone; | 183 _Zone implZone = implementation.zone; |
| 184 return ((__x235) => DEVC$RT.cast(__x235, dynamic, Timer, "DynamicCast", """line
565, column 12 of dart:async/zone.dart: """, __x235 is Timer, true))((implement
ation.function)(implZone, _parentDelegate(implZone), zone, period, f)); | 184 return ((__x210) => DEVC$RT.cast(__x210, dynamic, Timer, "DynamicCast", """line
565, column 12 of dart:async/zone.dart: """, __x210 is Timer, true))((implement
ation.function)(implZone, _parentDelegate(implZone), zone, period, f)); |
| 185 } | 185 } |
| 186 void print(Zone zone, String line) { | 186 void print(Zone zone, String line) { |
| 187 _ZoneFunction implementation = _delegationTarget._print; | 187 _ZoneFunction implementation = _delegationTarget._print; |
| 188 _Zone implZone = implementation.zone; | 188 _Zone implZone = implementation.zone; |
| 189 (implementation.function)(implZone, _parentDelegate(implZone), zone, line); | 189 (implementation.function)(implZone, _parentDelegate(implZone), zone, line); |
| 190 } | 190 } |
| 191 Zone fork(Zone zone, ZoneSpecification specification, Map zoneValues) { | 191 Zone fork(Zone zone, ZoneSpecification specification, Map zoneValues) { |
| 192 _ZoneFunction implementation = _delegationTarget._fork; | 192 _ZoneFunction implementation = _delegationTarget._fork; |
| 193 _Zone implZone = implementation.zone; | 193 _Zone implZone = implementation.zone; |
| 194 return ((__x236) => DEVC$RT.cast(__x236, dynamic, Zone, "DynamicCast", """line
580, column 12 of dart:async/zone.dart: """, __x236 is Zone, true))((implementat
ion.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValu
es)); | 194 return ((__x211) => DEVC$RT.cast(__x211, dynamic, Zone, "DynamicCast", """line
580, column 12 of dart:async/zone.dart: """, __x211 is Zone, true))((implementat
ion.function)(implZone, _parentDelegate(implZone), zone, specification, zoneValu
es)); |
| 195 } | 195 } |
| 196 } | 196 } |
| 197 abstract class _Zone implements Zone {const _Zone(); | 197 abstract class _Zone implements Zone {const _Zone(); |
| 198 _ZoneFunction get _runUnary; | 198 _ZoneFunction get _runUnary; |
| 199 _ZoneFunction get _run; | 199 _ZoneFunction get _run; |
| 200 _ZoneFunction get _runBinary; | 200 _ZoneFunction get _runBinary; |
| 201 _ZoneFunction get _registerCallback; | 201 _ZoneFunction get _registerCallback; |
| 202 _ZoneFunction get _registerUnaryCallback; | 202 _ZoneFunction get _registerUnaryCallback; |
| 203 _ZoneFunction get _registerBinaryCallback; | 203 _ZoneFunction get _registerBinaryCallback; |
| 204 _ZoneFunction get _errorCallback; | 204 _ZoneFunction get _errorCallback; |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 dynamic handleUncaughtError(error, StackTrace stackTrace) { | 324 dynamic handleUncaughtError(error, StackTrace stackTrace) { |
| 325 _ZoneFunction implementation = this._handleUncaughtError; | 325 _ZoneFunction implementation = this._handleUncaughtError; |
| 326 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 326 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 327 return (implementation.function)(implementation.zone, parentDelegate, this, err
or, stackTrace); | 327 return (implementation.function)(implementation.zone, parentDelegate, this, err
or, stackTrace); |
| 328 } | 328 } |
| 329 Zone fork({ | 329 Zone fork({ |
| 330 ZoneSpecification specification, Map zoneValues} | 330 ZoneSpecification specification, Map zoneValues} |
| 331 ) { | 331 ) { |
| 332 _ZoneFunction implementation = this._fork; | 332 _ZoneFunction implementation = this._fork; |
| 333 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 333 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 334 return ((__x237) => DEVC$RT.cast(__x237, dynamic, Zone, "DynamicCast", """line
787, column 12 of dart:async/zone.dart: """, __x237 is Zone, true))((implementat
ion.function)(implementation.zone, parentDelegate, this, specification, zoneValu
es)); | 334 return ((__x212) => DEVC$RT.cast(__x212, dynamic, Zone, "DynamicCast", """line
787, column 12 of dart:async/zone.dart: """, __x212 is Zone, true))((implementat
ion.function)(implementation.zone, parentDelegate, this, specification, zoneValu
es)); |
| 335 } | 335 } |
| 336 dynamic run(f()) { | 336 dynamic run(f()) { |
| 337 _ZoneFunction implementation = this._run; | 337 _ZoneFunction implementation = this._run; |
| 338 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 338 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 339 return (implementation.function)(implementation.zone, parentDelegate, this, f); | 339 return (implementation.function)(implementation.zone, parentDelegate, this, f); |
| 340 } | 340 } |
| 341 dynamic runUnary(f(arg), arg) { | 341 dynamic runUnary(f(arg), arg) { |
| 342 _ZoneFunction implementation = this._runUnary; | 342 _ZoneFunction implementation = this._runUnary; |
| 343 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 343 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 344 return (implementation.function)(implementation.zone, parentDelegate, this, f,
arg); | 344 return (implementation.function)(implementation.zone, parentDelegate, this, f,
arg); |
| 345 } | 345 } |
| 346 dynamic runBinary(f(arg1, arg2), arg1, arg2) { | 346 dynamic runBinary(f(arg1, arg2), arg1, arg2) { |
| 347 _ZoneFunction implementation = this._runBinary; | 347 _ZoneFunction implementation = this._runBinary; |
| 348 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 348 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 349 return (implementation.function)(implementation.zone, parentDelegate, this, f,
arg1, arg2); | 349 return (implementation.function)(implementation.zone, parentDelegate, this, f,
arg1, arg2); |
| 350 } | 350 } |
| 351 ZoneCallback registerCallback(f()) { | 351 ZoneCallback registerCallback(f()) { |
| 352 _ZoneFunction implementation = this._registerCallback; | 352 _ZoneFunction implementation = this._registerCallback; |
| 353 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 353 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 354 return ((__x238) => DEVC$RT.cast(__x238, dynamic, __t167, "DynamicCast", """lin
e 820, column 12 of dart:async/zone.dart: """, __x238 is __t167, true))((impleme
ntation.function)(implementation.zone, parentDelegate, this, f)); | 354 return ((__x213) => DEVC$RT.cast(__x213, dynamic, __t142, "DynamicCast", """lin
e 820, column 12 of dart:async/zone.dart: """, __x213 is __t142, true))((impleme
ntation.function)(implementation.zone, parentDelegate, this, f)); |
| 355 } | 355 } |
| 356 ZoneUnaryCallback registerUnaryCallback(f(arg)) { | 356 ZoneUnaryCallback registerUnaryCallback(f(arg)) { |
| 357 _ZoneFunction implementation = this._registerUnaryCallback; | 357 _ZoneFunction implementation = this._registerUnaryCallback; |
| 358 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 358 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 359 return ((__x239) => DEVC$RT.cast(__x239, dynamic, __t175, "DynamicCast", """lin
e 828, column 12 of dart:async/zone.dart: """, __x239 is __t175, true))((impleme
ntation.function)(implementation.zone, parentDelegate, this, f)); | 359 return ((__x214) => DEVC$RT.cast(__x214, dynamic, __t150, "DynamicCast", """lin
e 828, column 12 of dart:async/zone.dart: """, __x214 is __t150, true))((impleme
ntation.function)(implementation.zone, parentDelegate, this, f)); |
| 360 } | 360 } |
| 361 ZoneBinaryCallback registerBinaryCallback(f(arg1, arg2)) { | 361 ZoneBinaryCallback registerBinaryCallback(f(arg1, arg2)) { |
| 362 _ZoneFunction implementation = this._registerBinaryCallback; | 362 _ZoneFunction implementation = this._registerBinaryCallback; |
| 363 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 363 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 364 return ((__x240) => DEVC$RT.cast(__x240, dynamic, __t185, "DynamicCast", """lin
e 836, column 12 of dart:async/zone.dart: """, __x240 is __t185, true))((impleme
ntation.function)(implementation.zone, parentDelegate, this, f)); | 364 return ((__x215) => DEVC$RT.cast(__x215, dynamic, __t160, "DynamicCast", """lin
e 836, column 12 of dart:async/zone.dart: """, __x215 is __t160, true))((impleme
ntation.function)(implementation.zone, parentDelegate, this, f)); |
| 365 } | 365 } |
| 366 AsyncError errorCallback(Object error, StackTrace stackTrace) { | 366 AsyncError errorCallback(Object error, StackTrace stackTrace) { |
| 367 final _ZoneFunction implementation = this._errorCallback; | 367 final _ZoneFunction implementation = this._errorCallback; |
| 368 assert (implementation != null); final Zone implementationZone = implementation
.zone; | 368 assert (implementation != null); final Zone implementationZone = implementation
.zone; |
| 369 if (identical(implementationZone, _ROOT_ZONE)) return null; | 369 if (identical(implementationZone, _ROOT_ZONE)) return null; |
| 370 final ZoneDelegate parentDelegate = _parentDelegate(DEVC$RT.cast(implementation
Zone, Zone, _Zone, "ImplicitCast", """line 845, column 57 of dart:async/zone.dar
t: """, implementationZone is _Zone, true)); | 370 final ZoneDelegate parentDelegate = _parentDelegate(DEVC$RT.cast(implementation
Zone, Zone, _Zone, "ImplicitCast", """line 845, column 57 of dart:async/zone.dar
t: """, implementationZone is _Zone, true)); |
| 371 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, stack
Trace)); | 371 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, stack
Trace)); |
| 372 } | 372 } |
| 373 void scheduleMicrotask(void f()) { | 373 void scheduleMicrotask(void f()) { |
| 374 _ZoneFunction implementation = this._scheduleMicrotask; | 374 _ZoneFunction implementation = this._scheduleMicrotask; |
| 375 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 375 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 376 return (implementation.function)(implementation.zone, parentDelegate, this, f); | 376 return (implementation.function)(implementation.zone, parentDelegate, this, f); |
| 377 } | 377 } |
| 378 Timer createTimer(Duration duration, void f()) { | 378 Timer createTimer(Duration duration, void f()) { |
| 379 _ZoneFunction implementation = this._createTimer; | 379 _ZoneFunction implementation = this._createTimer; |
| 380 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 380 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 381 return ((__x242) => DEVC$RT.cast(__x242, dynamic, Timer, "DynamicCast", """line
862, column 12 of dart:async/zone.dart: """, __x242 is Timer, true))((implement
ation.function)(implementation.zone, parentDelegate, this, duration, f)); | 381 return ((__x217) => DEVC$RT.cast(__x217, dynamic, Timer, "DynamicCast", """line
862, column 12 of dart:async/zone.dart: """, __x217 is Timer, true))((implement
ation.function)(implementation.zone, parentDelegate, this, duration, f)); |
| 382 } | 382 } |
| 383 Timer createPeriodicTimer(Duration duration, void f(Timer timer)) { | 383 Timer createPeriodicTimer(Duration duration, void f(Timer timer)) { |
| 384 _ZoneFunction implementation = this._createPeriodicTimer; | 384 _ZoneFunction implementation = this._createPeriodicTimer; |
| 385 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 385 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 386 return ((__x243) => DEVC$RT.cast(__x243, dynamic, Timer, "DynamicCast", """line
870, column 12 of dart:async/zone.dart: """, __x243 is Timer, true))((implement
ation.function)(implementation.zone, parentDelegate, this, duration, f)); | 386 return ((__x218) => DEVC$RT.cast(__x218, dynamic, Timer, "DynamicCast", """line
870, column 12 of dart:async/zone.dart: """, __x218 is Timer, true))((implement
ation.function)(implementation.zone, parentDelegate, this, duration, f)); |
| 387 } | 387 } |
| 388 void print(String line) { | 388 void print(String line) { |
| 389 _ZoneFunction implementation = this._print; | 389 _ZoneFunction implementation = this._print; |
| 390 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); | 390 assert (implementation != null); ZoneDelegate parentDelegate = _parentDelegate(
implementation.zone); |
| 391 return (implementation.function)(implementation.zone, parentDelegate, this, lin
e); | 391 return (implementation.function)(implementation.zone, parentDelegate, this, lin
e); |
| 392 } | 392 } |
| 393 } | 393 } |
| 394 void _rootHandleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error,
StackTrace stackTrace) { | 394 void _rootHandleUncaughtError(Zone self, ZoneDelegate parent, Zone zone, error,
StackTrace stackTrace) { |
| 395 _schedulePriorityAsyncCallback(() { | 395 _schedulePriorityAsyncCallback(() { |
| 396 throw new _UncaughtAsyncError(error, stackTrace); | 396 throw new _UncaughtAsyncError(error, stackTrace); |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 _scheduleAsyncCallback(f); | 445 _scheduleAsyncCallback(f); |
| 446 } | 446 } |
| 447 Timer _rootCreateTimer(Zone self, ZoneDelegate parent, Zone zone, Duration dura
tion, void callback()) { | 447 Timer _rootCreateTimer(Zone self, ZoneDelegate parent, Zone zone, Duration dura
tion, void callback()) { |
| 448 if (!identical(_ROOT_ZONE, zone)) { | 448 if (!identical(_ROOT_ZONE, zone)) { |
| 449 callback = zone.bindCallback(callback); | 449 callback = zone.bindCallback(callback); |
| 450 } | 450 } |
| 451 return Timer._createTimer(duration, callback); | 451 return Timer._createTimer(duration, callback); |
| 452 } | 452 } |
| 453 Timer _rootCreatePeriodicTimer(Zone self, ZoneDelegate parent, Zone zone, Durat
ion duration, void callback(Timer timer)) { | 453 Timer _rootCreatePeriodicTimer(Zone self, ZoneDelegate parent, Zone zone, Durat
ion duration, void callback(Timer timer)) { |
| 454 if (!identical(_ROOT_ZONE, zone)) { | 454 if (!identical(_ROOT_ZONE, zone)) { |
| 455 callback = ((__x247) => DEVC$RT.wrap((dynamic f(dynamic __u244)) { | 455 callback = ((__x221) => DEVC$RT.cast(__x221, __t150, __t219, "CompositeCast", ""
"line 962, column 16 of dart:async/zone.dart: """, __x221 is __t219, false))(zon
e.bindUnaryCallback(callback)); |
| 456 dynamic c(dynamic x0) => f(x0); | |
| 457 return f == null ? null : c; | |
| 458 } | |
| 459 , __x247, __t175, __t245, "Wrap", """line 962, column 16 of dart:async/zone.dart
: """, __x247 is __t245))(zone.bindUnaryCallback(callback)); | |
| 460 } | 456 } |
| 461 return Timer._createPeriodicTimer(duration, callback); | 457 return Timer._createPeriodicTimer(duration, callback); |
| 462 } | 458 } |
| 463 void _rootPrint(Zone self, ZoneDelegate parent, Zone zone, String line) { | 459 void _rootPrint(Zone self, ZoneDelegate parent, Zone zone, String line) { |
| 464 printToConsole(line); | 460 printToConsole(line); |
| 465 } | 461 } |
| 466 void _printToZone(String line) { | 462 void _printToZone(String line) { |
| 467 Zone.current.print(line); | 463 Zone.current.print(line); |
| 468 } | 464 } |
| 469 Zone _rootFork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification spe
cification, Map zoneValues) { | 465 Zone _rootFork(Zone self, ZoneDelegate parent, Zone zone, ZoneSpecification spe
cification, Map zoneValues) { |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 dynamic runZoned(body(), { | 626 dynamic runZoned(body(), { |
| 631 Map zoneValues, ZoneSpecification zoneSpecification, Function onError} | 627 Map zoneValues, ZoneSpecification zoneSpecification, Function onError} |
| 632 ) { | 628 ) { |
| 633 HandleUncaughtErrorHandler errorHandler; | 629 HandleUncaughtErrorHandler errorHandler; |
| 634 if (onError != null) { | 630 if (onError != null) { |
| 635 errorHandler = (Zone self, ZoneDelegate parent, Zone zone, error, StackTrace sta
ckTrace) { | 631 errorHandler = (Zone self, ZoneDelegate parent, Zone zone, error, StackTrace sta
ckTrace) { |
| 636 try { | 632 try { |
| 637 if (onError is ZoneBinaryCallback) { | 633 if (onError is ZoneBinaryCallback) { |
| 638 return self.parent.runBinary(onError, error, stackTrace); | 634 return self.parent.runBinary(onError, error, stackTrace); |
| 639 } | 635 } |
| 640 return self.parent.runUnary(DEVC$RT.cast(onError, Function, __t175, "ImplicitCa
st", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t175, tr
ue), error); | 636 return self.parent.runUnary(DEVC$RT.cast(onError, Function, __t150, "ImplicitCa
st", """line 1228, column 37 of dart:async/zone.dart: """, onError is __t150, tr
ue), error); |
| 641 } | 637 } |
| 642 catch (e, s) { | 638 catch (e, s) { |
| 643 if (identical(e, error)) { | 639 if (identical(e, error)) { |
| 644 return parent.handleUncaughtError(zone, error, stackTrace); | 640 return parent.handleUncaughtError(zone, error, stackTrace); |
| 645 } | 641 } |
| 646 else { | 642 else { |
| 647 return parent.handleUncaughtError(zone, e, s); | 643 return parent.handleUncaughtError(zone, e, s); |
| 648 } | 644 } |
| 649 } | 645 } |
| 650 } | 646 } |
| 651 ; | 647 ; |
| 652 } | 648 } |
| 653 if (zoneSpecification == null) { | 649 if (zoneSpecification == null) { |
| 654 zoneSpecification = new ZoneSpecification(handleUncaughtError: errorHandler); | 650 zoneSpecification = new ZoneSpecification(handleUncaughtError: errorHandler); |
| 655 } | 651 } |
| 656 else if (errorHandler != null) { | 652 else if (errorHandler != null) { |
| 657 zoneSpecification = new ZoneSpecification.from(zoneSpecification, handleUncaught
Error: errorHandler); | 653 zoneSpecification = new ZoneSpecification.from(zoneSpecification, handleUncaught
Error: errorHandler); |
| 658 } | 654 } |
| 659 Zone zone = Zone.current.fork(specification: zoneSpecification, zoneValues: zon
eValues); | 655 Zone zone = Zone.current.fork(specification: zoneSpecification, zoneValues: zon
eValues); |
| 660 if (onError != null) { | 656 if (onError != null) { |
| 661 return zone.runGuarded(body); | 657 return zone.runGuarded(body); |
| 662 } | 658 } |
| 663 else { | 659 else { |
| 664 return zone.run(body); | 660 return zone.run(body); |
| 665 } | 661 } |
| 666 } | 662 } |
| 667 typedef dynamic __t131(Zone __u132, ZoneDelegate __u133, Zone __u134, dynamic _
_u135, StackTrace __u136); | 663 typedef dynamic __t106(Zone __u107, ZoneDelegate __u108, Zone __u109, dynamic _
_u110, StackTrace __u111); |
| 668 typedef dynamic __t138(Zone __u139, ZoneDelegate __u140, Zone __u141, dynamic _
_u142()); | 664 typedef dynamic __t113(Zone __u114, ZoneDelegate __u115, Zone __u116, dynamic _
_u117()); |
| 669 typedef dynamic __t144(Zone __u145, ZoneDelegate __u146, Zone __u147, dynamic _
_u148(dynamic __u149), dynamic __u150); | 665 typedef dynamic __t119(Zone __u120, ZoneDelegate __u121, Zone __u122, dynamic _
_u123(dynamic __u124), dynamic __u125); |
| 670 typedef dynamic __t152(Zone __u153, ZoneDelegate __u154, Zone __u155, dynamic _
_u156(dynamic __u157, dynamic __u158), dynamic __u159, dynamic __u160); | 666 typedef dynamic __t127(Zone __u128, ZoneDelegate __u129, Zone __u130, dynamic _
_u131(dynamic __u132, dynamic __u133), dynamic __u134, dynamic __u135); |
| 671 typedef dynamic __t167(); | 667 typedef dynamic __t142(); |
| 672 typedef __t167 __t162(Zone __u163, ZoneDelegate __u164, Zone __u165, dynamic __
u166()); | 668 typedef __t142 __t137(Zone __u138, ZoneDelegate __u139, Zone __u140, dynamic __
u141()); |
| 673 typedef dynamic __t175(dynamic __u176); | 669 typedef dynamic __t150(dynamic __u151); |
| 674 typedef __t175 __t169(Zone __u170, ZoneDelegate __u171, Zone __u172, dynamic __
u173(dynamic __u174)); | 670 typedef __t150 __t144(Zone __u145, ZoneDelegate __u146, Zone __u147, dynamic __
u148(dynamic __u149)); |
| 675 typedef dynamic __t185(dynamic __u186, dynamic __u187); | 671 typedef dynamic __t160(dynamic __u161, dynamic __u162); |
| 676 typedef __t185 __t178(Zone __u179, ZoneDelegate __u180, Zone __u181, dynamic __
u182(dynamic __u183, dynamic __u184)); | 672 typedef __t160 __t153(Zone __u154, ZoneDelegate __u155, Zone __u156, dynamic __
u157(dynamic __u158, dynamic __u159)); |
| 677 typedef AsyncError __t189(Zone __u190, ZoneDelegate __u191, Zone __u192, Object
__u193, StackTrace __u194); | 673 typedef AsyncError __t164(Zone __u165, ZoneDelegate __u166, Zone __u167, Object
__u168, StackTrace __u169); |
| 678 typedef void __t196(Zone __u197, ZoneDelegate __u198, Zone __u199, dynamic __u2
00()); | 674 typedef void __t171(Zone __u172, ZoneDelegate __u173, Zone __u174, dynamic __u1
75()); |
| 679 typedef Timer __t202(Zone __u203, ZoneDelegate __u204, Zone __u205, Duration __
u206, void __u207()); | 675 typedef Timer __t177(Zone __u178, ZoneDelegate __u179, Zone __u180, Duration __
u181, void __u182()); |
| 680 typedef Timer __t209(Zone __u210, ZoneDelegate __u211, Zone __u212, Duration __
u213, void __u214(Timer __u215)); | 676 typedef Timer __t184(Zone __u185, ZoneDelegate __u186, Zone __u187, Duration __
u188, void __u189(Timer __u190)); |
| 681 typedef void __t217(Zone __u218, ZoneDelegate __u219, Zone __u220, String __u22
1); | 677 typedef void __t192(Zone __u193, ZoneDelegate __u194, Zone __u195, String __u19
6); |
| 682 typedef Zone __t223(Zone __u224, ZoneDelegate __u225, Zone __u226, ZoneSpecific
ation __u227, Map<dynamic, dynamic> __u228); | 678 typedef Zone __t198(Zone __u199, ZoneDelegate __u200, Zone __u201, ZoneSpecific
ation __u202, Map<dynamic, dynamic> __u203); |
| 683 typedef void __t245(Timer __u246); | 679 typedef void __t219(Timer __u220); |
| OLD | NEW |