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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1186683005: dart:mirrors (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase expectations Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « tool/input_sdk/private/js_mirrors.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 severe: line 90, column 1 of dart:js: [Message] File dart:html not found 1 severe: line 90, column 1 of dart:js: [Message] File dart:html not found
2 import 'dart:html' show Blob, Event, ImageData, Node, Window; 2 import 'dart:html' show Blob, Event, ImageData, Node, Window;
3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 severe: line 92, column 1 of dart:js: [Message] File dart:indexed_db not found 4 severe: line 92, column 1 of dart:js: [Message] File dart:indexed_db not found
5 import 'dart:indexed_db' show KeyRange; 5 import 'dart:indexed_db' show KeyRange;
6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isolate>
8 return IsolateNatives.spawnFunction(entryPoint, message, paused)
9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti me check to cast to type Future<Isolate>
11 return IsolateNatives.spawnUri(uri, args, message, paused)
12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 warning: line 426, column 16 of dart:math: [DownCastImplicit] rnd32.remainder(ma x) (num) will need runtime check to cast to type int 13 warning: line 426, column 16 of dart:math: [DownCastImplicit] rnd32.remainder(ma x) (num) will need runtime check to cast to type int
8 result = rnd32.remainder(max); // % max; 14 result = rnd32.remainder(max); // % max;
9 ^^^^^^^^^^^^^^^^^^^^ 15 ^^^^^^^^^^^^^^^^^^^^
10 warning: line 37, column 25 of dart:math/point.dart: [DownCastComposite] x + oth er.x (num) will need runtime check to cast to type T 16 warning: line 37, column 25 of dart:math/point.dart: [DownCastComposite] x + oth er.x (num) will need runtime check to cast to type T
11 return new Point<T>(x + other.x, y + other.y); 17 return new Point<T>(x + other.x, y + other.y);
12 ^^^^^^^^^^^ 18 ^^^^^^^^^^^
13 warning: line 37, column 38 of dart:math/point.dart: [DownCastComposite] y + oth er.y (num) will need runtime check to cast to type T 19 warning: line 37, column 38 of dart:math/point.dart: [DownCastComposite] y + oth er.y (num) will need runtime check to cast to type T
14 return new Point<T>(x + other.x, y + other.y); 20 return new Point<T>(x + other.x, y + other.y);
15 ^^^^^^^^^^^ 21 ^^^^^^^^^^^
16 warning: line 46, column 25 of dart:math/point.dart: [DownCastComposite] x - oth er.x (num) will need runtime check to cast to type T 22 warning: line 46, column 25 of dart:math/point.dart: [DownCastComposite] x - oth er.x (num) will need runtime check to cast to type T
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
130 warning: line 173, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.lastWhereList(this, test, orElse) (dynamic) will n eed runtime check to cast to type E 136 warning: line 173, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.lastWhereList(this, test, orElse) (dynamic) will n eed runtime check to cast to type E
131 return IterableMixinWorkaround.lastWhereList(this, test, orElse); 137 return IterableMixinWorkaround.lastWhereList(this, test, orElse);
132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
133 warning: line 177, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.singleWhere(this, test) (dynamic) will need runtim e check to cast to type E 139 warning: line 177, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.singleWhere(this, test) (dynamic) will need runtim e check to cast to type E
134 return IterableMixinWorkaround.singleWhere(this, test); 140 return IterableMixinWorkaround.singleWhere(this, test);
135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136 warning: line 313, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast t o type E 142 warning: line 313, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast t o type E
137 return JS('var', '#[#]', this, index); 143 return JS('var', '#[#]', this, index);
138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145 warning: line 420, column 44 of dart:_interceptors/js_number.dart: [AnalyzerMess age] Classes cannot implement 'double'
146 class JSDouble extends JSNumber implements double {
147 ^^^^^^
148 warning: line 349, column 41 of dart:_interceptors/js_number.dart: [AnalyzerMess age] Classes cannot implement 'int'
149 class JSInt extends JSNumber implements int, double {
150 ^^^
151 warning: line 16, column 47 of dart:_interceptors/js_number.dart: [AnalyzerMessa ge] Classes cannot implement 'num'
152 class JSNumber extends Interceptor implements num {
153 ^^^
139 warning: line 349, column 46 of dart:_interceptors/js_number.dart: [AnalyzerMess age] Classes cannot implement 'double' 154 warning: line 349, column 46 of dart:_interceptors/js_number.dart: [AnalyzerMess age] Classes cannot implement 'double'
140 class JSInt extends JSNumber implements int, double { 155 class JSInt extends JSNumber implements int, double {
141 ^^^^^^ 156 ^^^^^^
142 severe: line 110, column 17 of dart:_interceptors/js_number.dart: [AnalyzerMessa ge] The return type 'JSNumber' is not a 'double', as defined by the method 'toDo uble' 157 severe: line 110, column 17 of dart:_interceptors/js_number.dart: [AnalyzerMessa ge] The return type 'JSNumber' is not a 'double', as defined by the method 'toDo uble'
143 toDouble() => this; 158 toDouble() => this;
144 ^^^^ 159 ^^^^
145 warning: line 349, column 41 of dart:_interceptors/js_number.dart: [AnalyzerMess age] Classes cannot implement 'int'
146 class JSInt extends JSNumber implements int, double {
147 ^^^
148 warning: line 16, column 47 of dart:_interceptors/js_number.dart: [AnalyzerMessa ge] Classes cannot implement 'num'
149 class JSNumber extends Interceptor implements num {
150 ^^^
151 warning: line 420, column 44 of dart:_interceptors/js_number.dart: [AnalyzerMess age] Classes cannot implement 'double'
152 class JSDouble extends JSNumber implements double {
153 ^^^^^^
154 warning: line 83, column 28 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.ceil(#)', this) (num) will need runtime check to cast to t ype double 160 warning: line 83, column 28 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.ceil(#)', this) (num) will need runtime check to cast to t ype double
155 double ceilToDouble() => JS('num', r'Math.ceil(#)', this); 161 double ceilToDouble() => JS('num', r'Math.ceil(#)', this);
156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
157 warning: line 85, column 29 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.floor(#)', this) (num) will need runtime check to cast to type double 163 warning: line 85, column 29 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.floor(#)', this) (num) will need runtime check to cast to type double
158 double floorToDouble() => JS('num', r'Math.floor(#)', this); 164 double floorToDouble() => JS('num', r'Math.floor(#)', this);
159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
160 warning: line 89, column 14 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'-Math.round(-#)', this) (num) will need runtime check to cast t o type double 166 warning: line 89, column 14 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'-Math.round(-#)', this) (num) will need runtime check to cast t o type double
161 return JS('num', r'-Math.round(-#)', this); 167 return JS('num', r'-Math.round(-#)', this);
162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 168 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
163 warning: line 91, column 14 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.round(#)', this) (num) will need runtime check to cast to type double 169 warning: line 91, column 14 of dart:_interceptors/js_number.dart: [DownCastImpli cit] JS('num', r'Math.round(#)', this) (num) will need runtime check to cast to type double
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 ^^^^^^ 231 ^^^^^^
226 warning: line 86, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo site] JS('JSExtendableArray', r'#.split(#)', this, pattern) (dynamic) will need runtime check to cast to type List<String> 232 warning: line 86, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo site] JS('JSExtendableArray', r'#.split(#)', this, pattern) (dynamic) will need runtime check to cast to type List<String>
227 return JS('JSExtendableArray', r'#.split(#)', this, pattern); 233 return JS('JSExtendableArray', r'#.split(#)', this, pattern);
228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
229 warning: line 89, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo site] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runti me check to cast to type List<String> 235 warning: line 89, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo site] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runti me check to cast to type List<String>
230 return JS('JSExtendableArray', r'#.split(#)', this, re); 236 return JS('JSExtendableArray', r'#.split(#)', this, re);
231 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 237 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
232 severe: line 346, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro r] Type check failed: s += s (String) is not of type JSString 238 severe: line 346, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro r] Type check failed: s += s (String) is not of type JSString
233 s += s; 239 s += s;
234 ^^^^^^ 240 ^^^^^^
235 warning: line 87, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'p arseInt(#, 16)', source) (num) will need runtime check to cast to type int
236 return JS('num', r'parseInt(#, 16)', source);
237 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
238 warning: line 91, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'p arseInt(#, 10)', source) (num) will need runtime check to cast to type int
239 return JS('num', r'parseInt(#, 10)', source);
240 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
241 warning: line 103, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, 10)', source) (num) will need runtime check to cast to type int
242 return JS('num', r'parseInt(#, 10)', source);
243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
244 warning: line 135, column 12 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, #)', source, radix) (num) will need runtime check to cast to type in t
245 return JS('num', r'parseInt(#, #)', source, radix);
246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
247 warning: line 159, column 16 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
248 return result;
249 ^^^^^^
250 warning: line 163, column 12 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
251 return result;
252 ^^^^^^
253 warning: line 250, column 15 of dart:_js_helper: [DownCastImplicit] 0xd800 + ((( (i - 0x10000) >> 10) & 0x3ff)) (num) will need runtime check to cast to type int
254 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)));
255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
256 warning: line 251, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check to cast to type int
257 a.add(0xdc00 + (i & 0x3ff));
258 ^^^^^^^^^^^^^^^^^^^^
259 warning: line 265, column 31 of dart:_js_helper: [DownCastComposite] charCodes ( dynamic) will need runtime check to cast to type List<int>
260 return _fromCharCodeApply(charCodes);
261 ^^^^^^^^^
262 warning: line 108, column 22 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeRegExp, checkString(st ring)) (dynamic) will need runtime check to cast to type List<String>
263 List<String> m = JS('JSExtendableArray|Null',
264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265 warning: line 140, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] match (List<dynamic>) will need runtime check to cast to type List<Strin g>
266 return new _MatchImplementation(this, match);
267 ^^^^^
268 warning: line 152, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] match (List<dynamic>) will need runtime check to cast to type List<Strin g>
269 return new _MatchImplementation(this, match);
270 ^^^^^
271 warning: line 137, column 23 of dart:_js_helper/string_helper.dart: [DownCastCom posite] pattern.allMatches(receiver) (dynamic) will need runtime check to cast t o type Iterable<Match>
272 for (Match match in pattern.allMatches(receiver)) {
273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
274 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isolate>
275 return IsolateNatives.spawnFunction(entryPoint, message, paused)
276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
277 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti me check to cast to type Future<Isolate>
278 return IsolateNatives.spawnUri(uri, args, message, paused)
279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerMessage] The ge tter 'length' is not defined for the class 'NativeTypedData' 241 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerMessage] The ge tter 'length' is not defined for the class 'NativeTypedData'
281 if (length == list.length) { 242 if (length == list.length) {
282 ^^^^^^ 243 ^^^^^^
283 severe: line 427, column 20 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'buffer' must be initialized 244 severe: line 427, column 20 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'buffer' must be initialized
284 final ByteBuffer buffer; 245 final ByteBuffer buffer;
285 ^^^^^^ 246 ^^^^^^
286 severe: line 24, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fin al variable 'lengthInBytes' must be initialized 247 severe: line 24, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fin al variable 'lengthInBytes' must be initialized
287 final int lengthInBytes; 248 final int lengthInBytes;
288 ^^^^^^^^^^^^^ 249 ^^^^^^^^^^^^^
289 severe: line 446, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'elementSizeInBytes' must be initialized 250 severe: line 446, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'elementSizeInBytes' must be initialized
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ^^^^^^ 300 ^^^^^^
340 warning: line 275, column 58 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic> 301 warning: line 275, column 58 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
341 return new JSArray.markFixed(deserializeArrayInPlace(result)); 302 return new JSArray.markFixed(deserializeArrayInPlace(result));
342 ^^^^^^ 303 ^^^^^^
343 warning: line 357, column 29 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic> 304 warning: line 357, column 29 of dart:_isolate_helper/isolate_serialization.dart: [DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty pe JSArray<dynamic>
344 deserializeArrayInPlace(fields); 305 deserializeArrayInPlace(fields);
345 ^^^^^^ 306 ^^^^^^
346 warning: line 20, column 39 of dart:async/async_error.dart: [DownCastImplicit] e rrorHandler (Function) will need runtime check to cast to type (dynamic) → dynam ic 307 warning: line 20, column 39 of dart:async/async_error.dart: [DownCastImplicit] e rrorHandler (Function) will need runtime check to cast to type (dynamic) → dynam ic
347 return zone.registerUnaryCallback(errorHandler); 308 return zone.registerUnaryCallback(errorHandler);
348 ^^^^^^^^^^^^ 309 ^^^^^^^^^^^^
349 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_next' is not defined for the class 'StreamSubscriptio n<T>' 310 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_isFiring' is not defined for the class 'StreamSubscri ption<T>'
350 assert(!identical(subscription._next, subscription)); 311 if (subscription._isFiring) {
351 ^^^^^ 312 ^^^^^^^^^
313 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_next' is not defined for the class 'StreamSubscriptio n<T>'
314 if (identical(subscription._next, subscription)) return null;
315 ^^^^^
352 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The method '_setRemoveAfterFiring' is not defined for the class 'S treamSubscription<T>' 316 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The method '_setRemoveAfterFiring' is not defined for the class 'S treamSubscription<T>'
353 subscription._setRemoveAfterFiring(); 317 subscription._setRemoveAfterFiring();
354 ^^^^^^^^^^^^^^^^^^^^^ 318 ^^^^^^^^^^^^^^^^^^^^^
355 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_next' is not defined for the class 'StreamSubscriptio n<T>' 319 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_next' is not defined for the class 'StreamSubscriptio n<T>'
356 assert(!identical(subscription._next, subscription)); 320 assert(!identical(subscription._next, subscription));
357 ^^^^^ 321 ^^^^^
358 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_isFiring' is not defined for the class 'StreamSubscri ption<T>' 322 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_next' is not defined for the class 'StreamSubscriptio n<T>'
359 if (subscription._isFiring) { 323 assert(!identical(subscription._next, subscription));
360 ^^^^^^^^^ 324 ^^^^^
361 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana lyzerMessage] The getter '_next' is not defined for the class 'StreamSubscriptio n<T>'
362 if (identical(subscription._next, subscription)) return null;
363 ^^^^^
364 warning: line 8, column 67 of dart:async/broadcast_stream_controller.dart: [Down CastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runtim e check to cast to type _StreamControllerLifecycle<T> 325 warning: line 8, column 67 of dart:async/broadcast_stream_controller.dart: [Down CastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runtim e check to cast to type _StreamControllerLifecycle<T>
365 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller); 326 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller);
366 ^^^^^^^^^^ 327 ^^^^^^^^^^
367 warning: line 36, column 15 of dart:async/broadcast_stream_controller.dart: [Dow nCastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runti me check to cast to type _StreamControllerLifecycle<T> 328 warning: line 36, column 15 of dart:async/broadcast_stream_controller.dart: [Dow nCastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runti me check to cast to type _StreamControllerLifecycle<T>
368 : super(controller, onData, onError, onDone, cancelOnError) { 329 : super(controller, onData, onError, onDone, cancelOnError) {
369 ^^^^^^^^^^ 330 ^^^^^^^^^^
370 warning: line 40, column 52 of dart:async/broadcast_stream_controller.dart: [Dow nCastComposite] super._controller (_StreamControllerLifecycle<T>) will need runt ime check to cast to type _BroadcastStreamController<T> 331 warning: line 40, column 52 of dart:async/broadcast_stream_controller.dart: [Dow nCastComposite] super._controller (_StreamControllerLifecycle<T>) will need runt ime check to cast to type _BroadcastStreamController<T>
371 _BroadcastStreamController<T> get _controller => super._controller; 332 _BroadcastStreamController<T> get _controller => super._controller;
372 ^^^^^^^^^^^^^^^^^ 333 ^^^^^^^^^^^^^^^^^
373 warning: line 196, column 18 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch eck to cast to type _BroadcastSubscription<T> 334 warning: line 196, column 18 of dart:async/broadcast_stream_controller.dart: [Do wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch eck to cast to type _BroadcastSubscription<T>
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 ^^^^^^ 1071 ^^^^^^
1111 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] element (Object) will need runtime check to cast to type E 1072 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] element (Object) will need runtime check to cast to type E
1112 if (_validKey(element)) _remove(element); 1073 if (_validKey(element)) _remove(element);
1113 ^^^^^^^ 1074 ^^^^^^^
1114 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E 1075 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1115 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); 1076 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key);
1116 ^^^^^^ 1077 ^^^^^^
1117 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E 1078 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1118 int comp = _splay(object); 1079 int comp = _splay(object);
1119 ^^^^^^ 1080 ^^^^^^
1081 warning: line 87, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'p arseInt(#, 16)', source) (num) will need runtime check to cast to type int
1082 return JS('num', r'parseInt(#, 16)', source);
1083 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1084 warning: line 91, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'p arseInt(#, 10)', source) (num) will need runtime check to cast to type int
1085 return JS('num', r'parseInt(#, 10)', source);
1086 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1087 warning: line 103, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, 10)', source) (num) will need runtime check to cast to type int
1088 return JS('num', r'parseInt(#, 10)', source);
1089 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1090 warning: line 135, column 12 of dart:_js_helper: [DownCastImplicit] JS('num', r' parseInt(#, #)', source, radix) (num) will need runtime check to cast to type in t
1091 return JS('num', r'parseInt(#, #)', source, radix);
1092 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1093 warning: line 159, column 16 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
1094 return result;
1095 ^^^^^^
1096 warning: line 163, column 12 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
1097 return result;
1098 ^^^^^^
1099 warning: line 250, column 15 of dart:_js_helper: [DownCastImplicit] 0xd800 + ((( (i - 0x10000) >> 10) & 0x3ff)) (num) will need runtime check to cast to type int
1100 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)));
1101 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1102 warning: line 251, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check to cast to type int
1103 a.add(0xdc00 + (i & 0x3ff));
1104 ^^^^^^^^^^^^^^^^^^^^
1105 warning: line 265, column 31 of dart:_js_helper: [DownCastComposite] charCodes ( dynamic) will need runtime check to cast to type List<int>
1106 return _fromCharCodeApply(charCodes);
1107 ^^^^^^^^^
1108 warning: line 108, column 22 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeRegExp, checkString(st ring)) (dynamic) will need runtime check to cast to type List<String>
1109 List<String> m = JS('JSExtendableArray|Null',
1110 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1111 warning: line 140, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] match (List<dynamic>) will need runtime check to cast to type List<Strin g>
1112 return new _MatchImplementation(this, match);
1113 ^^^^^
1114 warning: line 152, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom posite] match (List<dynamic>) will need runtime check to cast to type List<Strin g>
1115 return new _MatchImplementation(this, match);
1116 ^^^^^
1117 warning: line 137, column 23 of dart:_js_helper/string_helper.dart: [DownCastCom posite] pattern.allMatches(receiver) (dynamic) will need runtime check to cast t o type Iterable<Match>
1118 for (Match match in pattern.allMatches(receiver)) {
1119 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1120 severe: line 514, column 46 of dart:js: [AnalyzerMessage] The name 'Window' is n ot defined and cannot be used in an 'is' expression 1120 severe: line 514, column 46 of dart:js: [AnalyzerMessage] The name 'Window' is n ot defined and cannot be used in an 'is' expression
1121 || o is Node || o is TypedData || o is Window) { 1121 || o is Node || o is TypedData || o is Window) {
1122 ^^^^^^ 1122 ^^^^^^
1123 severe: line 553, column 46 of dart:js: [AnalyzerMessage] The name 'Window' is n ot defined and cannot be used in an 'is' expression 1123 severe: line 553, column 46 of dart:js: [AnalyzerMessage] The name 'Window' is n ot defined and cannot be used in an 'is' expression
1124 || o is Node || o is TypedData || o is Window)) { 1124 || o is Node || o is TypedData || o is Window)) {
1125 ^^^^^^ 1125 ^^^^^^
1126 severe: line 467, column 5 of dart:js: [AnalyzerMessage] Undefined name 'getIsol ateAffinityTag' 1126 severe: line 467, column 5 of dart:js: [AnalyzerMessage] Undefined name 'getIsol ateAffinityTag'
1127 getIsolateAffinityTag(r'_$dart_dartClosure'); 1127 getIsolateAffinityTag(r'_$dart_dartClosure');
1128 ^^^^^^^^^^^^^^^^^^^^^ 1128 ^^^^^^^^^^^^^^^^^^^^^
1129 severe: line 552, column 60 of dart:js: [AnalyzerMessage] The name 'ImageData' i s not defined and cannot be used in an 'is' expression 1129 severe: line 552, column 60 of dart:js: [AnalyzerMessage] The name 'ImageData' i s not defined and cannot be used in an 'is' expression
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 ^^ 1194 ^^
1195 warning: line 568, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_CLOSURE_PROPERTY_NAME, (o) => new JsFunction._fromJs(o)) (Object) will need r untime check to cast to type JsObject 1195 warning: line 568, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_CLOSURE_PROPERTY_NAME, (o) => new JsFunction._fromJs(o)) (Object) will need r untime check to cast to type JsObject
1196 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME, 1196 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME,
1197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1198 warning: line 571, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsArray._fromJs(o)) (Object) will need runti me check to cast to type JsObject 1198 warning: line 571, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsArray._fromJs(o)) (Object) will need runti me check to cast to type JsObject
1199 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1199 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1201 warning: line 574, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsObject._fromJs(o)) (Object) will need runt ime check to cast to type JsObject 1201 warning: line 574, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsObject._fromJs(o)) (Object) will need runt ime check to cast to type JsObject
1202 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1202 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1204 severe: line 47, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concret e implementation of getter 'InstanceMirror.type', getter 'InstanceMirror.hasRefl ectee' and 'InstanceMirror.delegate'
1205 class JsInstanceMirror implements InstanceMirror {
1206 ^^^^^^^^^^^^^^^^
1207 severe: line 126, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'VariableMirror.isStatic', getter 'VariableMirror.is Final', getter 'DeclarationMirror.owner', getter 'ParameterMirror.isOptional' an d 9 more
1208 class JsParameterMirror implements ParameterMirror {
1209 ^^^^^^^^^^^^^^^^^
1210 severe: line 84, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concret e implementation of getter 'TypeMirror.typeArguments', getter 'ClassMirror.super interfaces', getter 'TypeMirror.isOriginalDeclaration', getter 'ClassMirror.stat icMembers' and 19 more
1211 class JsClassMirror implements ClassMirror {
1212 ^^^^^^^^^^^^^
1213 severe: line 134, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'MethodMirror.isSetter', getter 'MethodMirror.isCons tructor', getter 'MethodMirror.isConstConstructor', getter 'MethodMirror.isAbstr act' and 17 more
1214 class JsMethodMirror implements MethodMirror {
1215 ^^^^^^^^^^^^^^
1216 severe: line 120, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'TypeMirror.typeArguments', getter 'TypeMirror.isOri ginalDeclaration', getter 'DeclarationMirror.owner', getter 'DeclarationMirror.l ocation' and 10 more
1217 class JsTypeMirror implements TypeMirror {
1218 ^^^^^^^^^^^^
1219 severe: line 61, column 35 of dart:_js_mirrors: [AnalyzerMessage] The argument t ype 'void' cannot be assigned to the parameter type 'Object'
1220 return new JsInstanceMirror._(field);
1221 ^^^^^
1222 warning: line 171, column 10 of dart:mirrors: [DownCastImplicit] (tm as ClassMir ror).originalDeclaration (TypeMirror) will need runtime check to cast to type Cl assMirror
1223 return (tm as ClassMirror).originalDeclaration;
1224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OLDNEW
« no previous file with comments | « tool/input_sdk/private/js_mirrors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698