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

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: Add spreadcalls flag check 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
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ^^^^^^^^^^^^^^^^ 210 ^^^^^^^^^^^^^^^^
205 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> 211 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>
206 return JS('JSExtendableArray', r'#.split(#)', this, pattern); 212 return JS('JSExtendableArray', r'#.split(#)', this, pattern);
207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 213 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
208 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> 214 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>
209 return JS('JSExtendableArray', r'#.split(#)', this, re); 215 return JS('JSExtendableArray', r'#.split(#)', this, re);
210 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
211 severe: line 346, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro r] Type check failed: s += s (String) is not of type JSString 217 severe: line 346, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro r] Type check failed: s += s (String) is not of type JSString
212 s += s; 218 s += s;
213 ^^^^^^ 219 ^^^^^^
214 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
215 return JS('num', r'parseInt(#, 16)', source);
216 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
217 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
218 return JS('num', r'parseInt(#, 10)', source);
219 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
220 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
221 return JS('num', r'parseInt(#, 10)', source);
222 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
223 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
224 return JS('num', r'parseInt(#, #)', source, radix);
225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226 warning: line 159, column 16 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
227 return result;
228 ^^^^^^
229 warning: line 163, column 12 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
230 return result;
231 ^^^^^^
232 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
233 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)));
234 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
235 warning: line 251, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check to cast to type int
236 a.add(0xdc00 + (i & 0x3ff));
237 ^^^^^^^^^^^^^^^^^^^^
238 warning: line 265, column 31 of dart:_js_helper: [DownCastComposite] charCodes ( dynamic) will need runtime check to cast to type List<int>
239 return _fromCharCodeApply(charCodes);
240 ^^^^^^^^^
241 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>
242 List<String> m = JS('JSExtendableArray|Null',
243 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
244 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>
245 return new _MatchImplementation(this, match);
246 ^^^^^
247 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>
248 return new _MatchImplementation(this, match);
249 ^^^^^
250 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>
251 for (Match match in pattern.allMatches(receiver)) {
252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
253 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>
254 return IsolateNatives.spawnFunction(entryPoint, message, paused)
255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
256 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>
257 return IsolateNatives.spawnUri(uri, args, message, paused)
258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
259 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett er 'length' is not defined for the class 'NativeTypedData' 220 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett er 'length' is not defined for the class 'NativeTypedData'
260 if (length == list.length) { 221 if (length == list.length) {
261 ^^^^^^ 222 ^^^^^^
262 warning: line 201, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast t o type NativeFloat32List 223 warning: line 201, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast t o type NativeFloat32List
263 _storage.sublist(start * 4, end * 4)); 224 _storage.sublist(start * 4, end * 4));
264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 225 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
265 warning: line 311, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 4, end * 4) (List<int>) will need runtime check to cast to t ype Int32List 226 warning: line 311, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 4, end * 4) (List<int>) will need runtime check to cast to t ype Int32List
266 _storage.sublist(start * 4, end * 4)); 227 _storage.sublist(start * 4, end * 4));
267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
268 warning: line 415, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast t o type NativeFloat64List 229 warning: line 415, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor age.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast t o type NativeFloat64List
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ^^^^^^ 264 ^^^^^^
304 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> 265 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>
305 return new JSArray.markFixed(deserializeArrayInPlace(result)); 266 return new JSArray.markFixed(deserializeArrayInPlace(result));
306 ^^^^^^ 267 ^^^^^^
307 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> 268 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>
308 deserializeArrayInPlace(fields); 269 deserializeArrayInPlace(fields);
309 ^^^^^^ 270 ^^^^^^
310 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 271 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
311 return zone.registerUnaryCallback(errorHandler); 272 return zone.registerUnaryCallback(errorHandler);
312 ^^^^^^^^^^^^ 273 ^^^^^^^^^^^^
313 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>' 274 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_isFiring' is not defined for the class 'StreamSubscript ion<T>'
314 assert(!identical(subscription._next, subscription)); 275 if (subscription._isFiring) {
315 ^^^^^ 276 ^^^^^^^^^
277 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
278 if (identical(subscription._next, subscription)) return null;
279 ^^^^^
316 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The method '_setRemoveAfterFiring' is not defined for the class 'Str eamSubscription<T>' 280 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The method '_setRemoveAfterFiring' is not defined for the class 'Str eamSubscription<T>'
317 subscription._setRemoveAfterFiring(); 281 subscription._setRemoveAfterFiring();
318 ^^^^^^^^^^^^^^^^^^^^^ 282 ^^^^^^^^^^^^^^^^^^^^^
319 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>' 283 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
320 assert(!identical(subscription._next, subscription)); 284 assert(!identical(subscription._next, subscription));
321 ^^^^^ 285 ^^^^^
322 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_isFiring' is not defined for the class 'StreamSubscript ion<T>' 286 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
323 if (subscription._isFiring) { 287 assert(!identical(subscription._next, subscription));
324 ^^^^^^^^^ 288 ^^^^^
325 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana lyzerError] The getter '_next' is not defined for the class 'StreamSubscription< T>'
326 if (identical(subscription._next, subscription)) return null;
327 ^^^^^
328 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> 289 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>
329 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller); 290 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller);
330 ^^^^^^^^^^ 291 ^^^^^^^^^^
331 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> 292 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>
332 : super(controller, onData, onError, onDone, cancelOnError) { 293 : super(controller, onData, onError, onDone, cancelOnError) {
333 ^^^^^^^^^^ 294 ^^^^^^^^^^
334 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> 295 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>
335 _BroadcastStreamController<T> get _controller => super._controller; 296 _BroadcastStreamController<T> get _controller => super._controller;
336 ^^^^^^^^^^^^^^^^^ 297 ^^^^^^^^^^^^^^^^^
337 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> 298 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
1074 ^^^^^^ 1035 ^^^^^^
1075 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] element (Object) will need runtime check to cast to type E 1036 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] element (Object) will need runtime check to cast to type E
1076 if (_validKey(element)) _remove(element); 1037 if (_validKey(element)) _remove(element);
1077 ^^^^^^^ 1038 ^^^^^^^
1078 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E 1039 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1079 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); 1040 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key);
1080 ^^^^^^ 1041 ^^^^^^
1081 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E 1042 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] object (Object) will need runtime check to cast to type E
1082 int comp = _splay(object); 1043 int comp = _splay(object);
1083 ^^^^^^ 1044 ^^^^^^
1045 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
1046 return JS('num', r'parseInt(#, 16)', source);
1047 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1048 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
1049 return JS('num', r'parseInt(#, 10)', source);
1050 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1051 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
1052 return JS('num', r'parseInt(#, 10)', source);
1053 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1054 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
1055 return JS('num', r'parseInt(#, #)', source, radix);
1056 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1057 warning: line 159, column 16 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
1058 return result;
1059 ^^^^^^
1060 warning: line 163, column 12 of dart:_js_helper: [DownCastImplicit] result (num) will need runtime check to cast to type double
1061 return result;
1062 ^^^^^^
1063 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
1064 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)));
1065 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1066 warning: line 251, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check to cast to type int
1067 a.add(0xdc00 + (i & 0x3ff));
1068 ^^^^^^^^^^^^^^^^^^^^
1069 warning: line 265, column 31 of dart:_js_helper: [DownCastComposite] charCodes ( dynamic) will need runtime check to cast to type List<int>
1070 return _fromCharCodeApply(charCodes);
1071 ^^^^^^^^^
1072 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>
1073 List<String> m = JS('JSExtendableArray|Null',
1074 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1075 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>
1076 return new _MatchImplementation(this, match);
1077 ^^^^^
1078 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>
1079 return new _MatchImplementation(this, match);
1080 ^^^^^
1081 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>
1082 for (Match match in pattern.allMatches(receiver)) {
1083 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1084 severe: line 514, column 46 of dart:js: [AnalyzerError] The name 'Window' is not defined and cannot be used in an 'is' expression 1084 severe: line 514, column 46 of dart:js: [AnalyzerError] The name 'Window' is not defined and cannot be used in an 'is' expression
1085 || o is Node || o is TypedData || o is Window) { 1085 || o is Node || o is TypedData || o is Window) {
1086 ^^^^^^ 1086 ^^^^^^
1087 severe: line 553, column 46 of dart:js: [AnalyzerError] The name 'Window' is not defined and cannot be used in an 'is' expression 1087 severe: line 553, column 46 of dart:js: [AnalyzerError] The name 'Window' is not defined and cannot be used in an 'is' expression
1088 || o is Node || o is TypedData || o is Window)) { 1088 || o is Node || o is TypedData || o is Window)) {
1089 ^^^^^^ 1089 ^^^^^^
1090 severe: line 467, column 5 of dart:js: [AnalyzerError] Undefined name 'getIsolat eAffinityTag' 1090 severe: line 467, column 5 of dart:js: [AnalyzerError] Undefined name 'getIsolat eAffinityTag'
1091 getIsolateAffinityTag(r'_$dart_dartClosure'); 1091 getIsolateAffinityTag(r'_$dart_dartClosure');
1092 ^^^^^^^^^^^^^^^^^^^^^ 1092 ^^^^^^^^^^^^^^^^^^^^^
1093 severe: line 552, column 60 of dart:js: [AnalyzerError] The name 'ImageData' is not defined and cannot be used in an 'is' expression 1093 severe: line 552, column 60 of dart:js: [AnalyzerError] The name 'ImageData' is not defined and cannot be used in an 'is' expression
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 ^^ 1152 ^^
1153 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 1153 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
1154 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME, 1154 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME,
1155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1156 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 1156 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
1157 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1157 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1159 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 1159 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
1160 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1160 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1162 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
1163 return (tm as ClassMirror).originalDeclaration;
1164 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OLDNEW
« tool/input_sdk/private/js_mirrors.dart ('K') | « 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