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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1183733004: fixes #25, most analyzer errors were not computed (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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 | « test/report_test.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 426, column 16 of dart:math: [DownCastImplicit] rnd32.remainder(ma x) (num) will need runtime check to cast to type int 7 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; 8 result = rnd32.remainder(max); // % max;
9 ^^^^^^^^^^^^^^^^^^^^ 9 ^^^^^^^^^^^^^^^^^^^^
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 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
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ^^^^^^^^^^^^^ 105 ^^^^^^^^^^^^^
106 warning: line 231, column 16 of dart:math/rectangle.dart: [DownCastComposite] ma x(a.y, b.y) - top (num) will need runtime check to cast to type T 106 warning: line 231, column 16 of dart:math/rectangle.dart: [DownCastComposite] ma x(a.y, b.y) - top (num) will need runtime check to cast to type T
107 T height = max(a.y, b.y) - top; 107 T height = max(a.y, b.y) - top;
108 ^^^^^^^^^^^^^^^^^^^ 108 ^^^^^^^^^^^^^^^^^^^
109 warning: line 247, column 28 of dart:math/rectangle.dart: [DownCastComposite] _c lampToZero(width) (num) will need runtime check to cast to type T 109 warning: line 247, column 28 of dart:math/rectangle.dart: [DownCastComposite] _c lampToZero(width) (num) will need runtime check to cast to type T
110 if (width < 0) width = _clampToZero(width); 110 if (width < 0) width = _clampToZero(width);
111 ^^^^^^^^^^^^^^^^^^^ 111 ^^^^^^^^^^^^^^^^^^^
112 warning: line 263, column 30 of dart:math/rectangle.dart: [DownCastComposite] _c lampToZero(height) (num) will need runtime check to cast to type T 112 warning: line 263, column 30 of dart:math/rectangle.dart: [DownCastComposite] _c lampToZero(height) (num) will need runtime check to cast to type T
113 if (height < 0) height = _clampToZero(height); 113 if (height < 0) height = _clampToZero(height);
114 ^^^^^^^^^^^^^^^^^^^^ 114 ^^^^^^^^^^^^^^^^^^^^
115 warning: line 29, column 45 of dart:_interceptors: [AnalyzerMessage] Classes can not implement 'bool'
116 class JSBool extends Interceptor implements bool {
117 ^^^^
115 warning: line 80, column 12 of dart:_interceptors/js_array.dart: [DownCastCompos ite] JS('var', r'#.pop()', this) (dynamic) will need runtime check to cast to ty pe E 118 warning: line 80, column 12 of dart:_interceptors/js_array.dart: [DownCastCompos ite] JS('var', r'#.pop()', this) (dynamic) will need runtime check to cast to ty pe E
116 return JS('var', r'#.pop()', this); 119 return JS('var', r'#.pop()', this);
117 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
118 warning: line 125, column 9 of dart:_interceptors/js_array.dart: [DownCastCompos ite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E 121 warning: line 125, column 9 of dart:_interceptors/js_array.dart: [DownCastCompos ite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E
119 f(JS('', '#[#]', this, i)); 122 f(JS('', '#[#]', this, i));
120 ^^^^^^^^^^^^^^^^^^^^^^^ 123 ^^^^^^^^^^^^^^^^^^^^^^^
121 warning: line 161, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.reduce(this, combine) (dynamic) will need runtime check to cast to type E 124 warning: line 161, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.reduce(this, combine) (dynamic) will need runtime check to cast to type E
122 return IterableMixinWorkaround.reduce(this, combine); 125 return IterableMixinWorkaround.reduce(this, combine);
123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
124 warning: line 169, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.firstWhere(this, test, orElse) (dynamic) will need runtime check to cast to type E 127 warning: line 169, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo site] IterableMixinWorkaround.firstWhere(this, test, orElse) (dynamic) will need runtime check to cast to type E
125 return IterableMixinWorkaround.firstWhere(this, test, orElse); 128 return IterableMixinWorkaround.firstWhere(this, test, orElse);
126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127 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 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
128 return IterableMixinWorkaround.lastWhereList(this, test, orElse); 131 return IterableMixinWorkaround.lastWhereList(this, test, orElse);
129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
130 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 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
131 return IterableMixinWorkaround.singleWhere(this, test); 134 return IterableMixinWorkaround.singleWhere(this, test);
132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
133 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 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
134 return JS('var', '#[#]', this, index); 137 return JS('var', '#[#]', this, index);
135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139 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 {
141 ^^^^^^
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'
143 toDouble() => this;
144 ^^^^
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 ^^^^^^
136 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 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
137 double ceilToDouble() => JS('num', r'Math.ceil(#)', this); 155 double ceilToDouble() => JS('num', r'Math.ceil(#)', this);
138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139 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 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
140 double floorToDouble() => JS('num', r'Math.floor(#)', this); 158 double floorToDouble() => JS('num', r'Math.floor(#)', this);
141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142 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 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
143 return JS('num', r'-Math.round(-#)', this); 161 return JS('num', r'-Math.round(-#)', this);
144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 162 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145 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 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
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 ^^^^^^^^^^^^^^^^ 213 ^^^^^^^^^^^^^^^^
196 severe: line 420, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.* ((nu m) → num) is not a subtype of double.* ((num) → double). 214 severe: line 420, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.* ((nu m) → num) is not a subtype of double.* ((num) → double).
197 class JSDouble extends JSNumber implements double { 215 class JSDouble extends JSNumber implements double {
198 ^^^^^^^^^^^^^^^^ 216 ^^^^^^^^^^^^^^^^
199 severe: line 420, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.% ((nu m) → num) is not a subtype of double.% ((num) → double). 217 severe: line 420, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.% ((nu m) → num) is not a subtype of double.% ((num) → double).
200 class JSDouble extends JSNumber implements double { 218 class JSDouble extends JSNumber implements double {
201 ^^^^^^^^^^^^^^^^ 219 ^^^^^^^^^^^^^^^^
202 severe: line 420, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.sign ( () → num) is not a subtype of double.sign (() → double). 220 severe: line 420, column 16 of dart:_interceptors/js_number.dart: [InvalidMethod Override] Base class introduces an invalid override. The type of JSNumber.sign ( () → num) is not a subtype of double.sign (() → double).
203 class JSDouble extends JSNumber implements double { 221 class JSDouble extends JSNumber implements double {
204 ^^^^^^^^^^^^^^^^ 222 ^^^^^^^^^^^^^^^^
223 warning: line 14, column 47 of dart:_interceptors/js_string.dart: [AnalyzerMessa ge] Classes cannot implement 'String'
224 class JSString extends Interceptor implements String, JSIndexable {
225 ^^^^^^
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> 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>
206 return JS('JSExtendableArray', r'#.split(#)', this, pattern); 227 return JS('JSExtendableArray', r'#.split(#)', this, pattern);
207 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 228 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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> 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>
209 return JS('JSExtendableArray', r'#.split(#)', this, re); 230 return JS('JSExtendableArray', r'#.split(#)', this, re);
210 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 231 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 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
212 s += s; 233 s += s;
213 ^^^^^^ 234 ^^^^^^
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 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
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ^^^^^ 270 ^^^^^
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> 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>
251 for (Match match in pattern.allMatches(receiver)) { 272 for (Match match in pattern.allMatches(receiver)) {
252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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> 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>
254 return IsolateNatives.spawnFunction(entryPoint, message, paused) 275 return IsolateNatives.spawnFunction(entryPoint, message, paused)
255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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> 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>
257 return IsolateNatives.spawnUri(uri, args, message, paused) 278 return IsolateNatives.spawnUri(uri, args, message, paused)
258 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 279 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
259 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett er 'length' is not defined for the class 'NativeTypedData' 280 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerMessage] The ge tter 'length' is not defined for the class 'NativeTypedData'
260 if (length == list.length) { 281 if (length == list.length) {
261 ^^^^^^ 282 ^^^^^^
283 severe: line 427, column 20 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'buffer' must be initialized
284 final ByteBuffer buffer;
285 ^^^^^^
286 severe: line 24, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fin al variable 'lengthInBytes' must be initialized
287 final int lengthInBytes;
288 ^^^^^^^^^^^^^
289 severe: line 446, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'elementSizeInBytes' must be initialized
290 final int elementSizeInBytes;
291 ^^^^^^^^^^^^^^^^^^
292 severe: line 439, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'offsetInBytes' must be initialized
293 final int offsetInBytes;
294 ^^^^^^^^^^^^^
295 severe: line 433, column 13 of dart:_native_typed_data: [AnalyzerMessage] The fi nal variable 'lengthInBytes' must be initialized
296 final int lengthInBytes;
297 ^^^^^^^^^^^^^
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 298 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)); 299 _storage.sublist(start * 4, end * 4));
264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 300 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 301 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)); 302 _storage.sublist(start * 4, end * 4));
267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 303 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 304 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
269 _storage.sublist(start * 2, end * 2)); 305 _storage.sublist(start * 2, end * 2));
270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 306 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271 warning: line 1106, column 12 of dart:_native_typed_data: [DownCastImplicit] len gth == null ? _create2(buffer, offsetInBytes) : _create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cast to type NativeInt8List 307 warning: line 1106, column 12 of dart:_native_typed_data: [DownCastImplicit] len gth == null ? _create2(buffer, offsetInBytes) : _create3(buffer, offsetInBytes, length) (Int8List) will need runtime check to cast to type NativeInt8List
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ^^^^^^ 339 ^^^^^^
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> 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>
305 return new JSArray.markFixed(deserializeArrayInPlace(result)); 341 return new JSArray.markFixed(deserializeArrayInPlace(result));
306 ^^^^^^ 342 ^^^^^^
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> 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>
308 deserializeArrayInPlace(fields); 344 deserializeArrayInPlace(fields);
309 ^^^^^^ 345 ^^^^^^
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 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
311 return zone.registerUnaryCallback(errorHandler); 347 return zone.registerUnaryCallback(errorHandler);
312 ^^^^^^^^^^^^ 348 ^^^^^^^^^^^^
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>' 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>'
314 assert(!identical(subscription._next, subscription)); 350 assert(!identical(subscription._next, subscription));
315 ^^^^^ 351 ^^^^^
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>' 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>'
317 subscription._setRemoveAfterFiring(); 353 subscription._setRemoveAfterFiring();
318 ^^^^^^^^^^^^^^^^^^^^^ 354 ^^^^^^^^^^^^^^^^^^^^^
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>' 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>'
320 assert(!identical(subscription._next, subscription)); 356 assert(!identical(subscription._next, subscription));
321 ^^^^^ 357 ^^^^^
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>' 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>'
323 if (subscription._isFiring) { 359 if (subscription._isFiring) {
324 ^^^^^^^^^ 360 ^^^^^^^^^
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>' 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>'
326 if (identical(subscription._next, subscription)) return null; 362 if (identical(subscription._next, subscription)) return null;
327 ^^^^^ 363 ^^^^^
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> 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>
329 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller); 365 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller);
330 ^^^^^^^^^^ 366 ^^^^^^^^^^
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> 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>
332 : super(controller, onData, onError, onDone, cancelOnError) { 368 : super(controller, onData, onError, onDone, cancelOnError) {
333 ^^^^^^^^^^ 369 ^^^^^^^^^^
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> 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>
335 _BroadcastStreamController<T> get _controller => super._controller; 371 _BroadcastStreamController<T> get _controller => super._controller;
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 ^^^^^^^^^^^^^ 444 ^^^^^^^^^^^^^
409 warning: line 66, column 61 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void 445 warning: line 66, column 61 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void
410 _nextCallback = _lastCallback = new _AsyncCallbackEntry(callback); 446 _nextCallback = _lastCallback = new _AsyncCallbackEntry(callback);
411 ^^^^^^^^ 447 ^^^^^^^^
412 warning: line 71, column 60 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void 448 warning: line 71, column 60 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void
413 _AsyncCallbackEntry newEntry = new _AsyncCallbackEntry(callback); 449 _AsyncCallbackEntry newEntry = new _AsyncCallbackEntry(callback);
414 ^^^^^^^^ 450 ^^^^^^^^
415 warning: line 84, column 55 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void 451 warning: line 84, column 55 of dart:async/schedule_microtask.dart: [DownCastComp osite] callback (dynamic) will need runtime check to cast to type () → void
416 _AsyncCallbackEntry entry = new _AsyncCallbackEntry(callback); 452 _AsyncCallbackEntry entry = new _AsyncCallbackEntry(callback);
417 ^^^^^^^^ 453 ^^^^^^^^
418 severe: line 1227, column 17 of dart:async/stream.dart: [AnalyzerError] The meth od '_addError' is not defined for the class 'StreamController' 454 severe: line 1227, column 17 of dart:async/stream.dart: [AnalyzerMessage] The me thod '_addError' is not defined for the class 'StreamController'
419 eventSink._addError(error, stackTrace); // Avoid Zone error replacement. 455 eventSink._addError(error, stackTrace); // Avoid Zone error replacement.
420 ^^^^^^^^^ 456 ^^^^^^^^^
421 severe: line 396, column 30 of dart:async/stream.dart: [AnalyzerError] The gette r '_addError' is not defined for the class 'StreamController' 457 severe: line 396, column 30 of dart:async/stream.dart: [AnalyzerMessage] The get ter '_addError' is not defined for the class 'StreamController'
422 onError: eventSink._addError, // Avoid Zone error replacement. 458 onError: eventSink._addError, // Avoid Zone error replacement.
423 ^^^^^^^^^ 459 ^^^^^^^^^
424 severe: line 321, column 34 of dart:async/stream.dart: [AnalyzerError] The gette r '_addError' is not defined for the class 'StreamController' 460 severe: line 321, column 34 of dart:async/stream.dart: [AnalyzerMessage] The get ter '_addError' is not defined for the class 'StreamController'
425 final addError = eventSink._addError; 461 final addError = eventSink._addError;
426 ^^^^^^^^^ 462 ^^^^^^^^^
427 warning: line 90, column 25 of dart:async/stream.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type T 463 warning: line 90, column 25 of dart:async/stream.dart: [DownCastComposite] value (dynamic) will need runtime check to cast to type T
428 controller._add(value); 464 controller._add(value);
429 ^^^^^ 465 ^^^^^
430 warning: line 217, column 41 of dart:async/stream.dart: [DownCastComposite] mapS ink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to typ e (EventSink<dynamic>) → EventSink 466 warning: line 217, column 41 of dart:async/stream.dart: [DownCastComposite] mapS ink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to typ e (EventSink<dynamic>) → EventSink
431 return new _BoundSinkStream(source, mapSink); 467 return new _BoundSinkStream(source, mapSink);
432 ^^^^^^^ 468 ^^^^^^^
433 warning: line 249, column 44 of dart:async/stream.dart: [DownCastComposite] onLi sten ((StreamSubscription<T>) → void) will need runtime check to cast to type (S treamSubscription<dynamic>) → void 469 warning: line 249, column 44 of dart:async/stream.dart: [DownCastComposite] onLi sten ((StreamSubscription<T>) → void) will need runtime check to cast to type (S treamSubscription<dynamic>) → void
434 return new _AsBroadcastStream<T>(this, onListen, onCancel); 470 return new _AsBroadcastStream<T>(this, onListen, onCancel);
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 ^^^^ 1002 ^^^^
967 warning: line 490, column 52 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E> 1003 warning: line 490, column 52 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E>
968 _table.setRange(_tail, _tail + endSpace, list, 0); 1004 _table.setRange(_tail, _tail + endSpace, list, 0);
969 ^^^^ 1005 ^^^^
970 warning: line 491, column 40 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E> 1006 warning: line 491, column 40 of dart:collection/queue.dart: [DownCastComposite] list (List<dynamic>) will need runtime check to cast to type Iterable<E>
971 _table.setRange(0, preSpace, list, endSpace); 1007 _table.setRange(0, preSpace, list, endSpace);
972 ^^^^ 1008 ^^^^
973 warning: line 738, column 16 of dart:collection/queue.dart: [DownCastComposite] _queue._table[_position] (dynamic) will need runtime check to cast to type E 1009 warning: line 738, column 16 of dart:collection/queue.dart: [DownCastComposite] _queue._table[_position] (dynamic) will need runtime check to cast to type E
974 _current = _queue._table[_position]; 1010 _current = _queue._table[_position];
975 ^^^^^^^^^^^^^^^^^^^^^^^^ 1011 ^^^^^^^^^^^^^^^^^^^^^^^^
976 severe: line 610, column 60 of dart:collection/splay_tree.dart: [AnalyzerError] The getter '_validKey' is not defined for the class '_SplayTree<K>' 1012 severe: line 610, column 60 of dart:collection/splay_tree.dart: [AnalyzerMessage ] The getter '_validKey' is not defined for the class '_SplayTree<K>'
977 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey); 1013 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey);
978 ^^^^^^^^^ 1014 ^^^^^^^^^
979 severe: line 610, column 38 of dart:collection/splay_tree.dart: [AnalyzerError] The getter '_comparator' is not defined for the class '_SplayTree<K>' 1015 severe: line 610, column 38 of dart:collection/splay_tree.dart: [AnalyzerMessage ] The getter '_comparator' is not defined for the class '_SplayTree<K>'
980 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey); 1016 new SplayTreeSet<K>(setOrMap._comparator, setOrMap._validKey);
981 ^^^^^^^^^^^ 1017 ^^^^^^^^^^^
982 warning: line 151, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _ SplayTreeNode<K> 1018 warning: line 151, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _ SplayTreeNode<K>
983 return current; 1019 return current;
984 ^^^^^^^ 1020 ^^^^^^^
985 warning: line 167, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _ SplayTreeNode<K> 1021 warning: line 167, column 12 of dart:collection/splay_tree.dart: [DownCastCompos ite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _ SplayTreeNode<K>
986 return current; 1022 return current;
987 ^^^^^^^ 1023 ^^^^^^^
988 warning: line 265, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] (compare == null) ? Comparable.compare : compare (dynamic) will need runtim e check to cast to type (K, K) → int 1024 warning: line 265, column 23 of dart:collection/splay_tree.dart: [DownCastCompos ite] (compare == null) ? Comparable.compare : compare (dynamic) will need runtim e check to cast to type (K, K) → int
989 : _comparator = (compare == null) ? Comparable.compare : compare, 1025 : _comparator = (compare == null) ? Comparable.compare : compare,
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 ^^^^^^ 1110 ^^^^^^
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 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
1076 if (_validKey(element)) _remove(element); 1112 if (_validKey(element)) _remove(element);
1077 ^^^^^^^ 1113 ^^^^^^^
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 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
1079 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); 1115 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key);
1080 ^^^^^^ 1116 ^^^^^^
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 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
1082 int comp = _splay(object); 1118 int comp = _splay(object);
1083 ^^^^^^ 1119 ^^^^^^
1084 severe: line 514, column 46 of dart:js: [AnalyzerError] The name 'Window' is not 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
1085 || o is Node || o is TypedData || o is Window) { 1121 || o is Node || o is TypedData || o is Window) {
1086 ^^^^^^ 1122 ^^^^^^
1087 severe: line 553, column 46 of dart:js: [AnalyzerError] The name 'Window' is not 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
1088 || o is Node || o is TypedData || o is Window)) { 1124 || o is Node || o is TypedData || o is Window)) {
1089 ^^^^^^ 1125 ^^^^^^
1090 severe: line 467, column 5 of dart:js: [AnalyzerError] Undefined name 'getIsolat eAffinityTag' 1126 severe: line 467, column 5 of dart:js: [AnalyzerMessage] Undefined name 'getIsol ateAffinityTag'
1091 getIsolateAffinityTag(r'_$dart_dartClosure'); 1127 getIsolateAffinityTag(r'_$dart_dartClosure');
1092 ^^^^^^^^^^^^^^^^^^^^^ 1128 ^^^^^^^^^^^^^^^^^^^^^
1093 severe: line 552, column 60 of dart:js: [AnalyzerError] The name 'ImageData' is 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
1094 && (o is Blob || o is Event || o is KeyRange || o is ImageData 1130 && (o is Blob || o is Event || o is KeyRange || o is ImageData
1095 ^^^^^^^^^ 1131 ^^^^^^^^^
1096 severe: line 513, column 63 of dart:js: [AnalyzerError] The name 'ImageData' is not defined and cannot be used in an 'is' expression 1132 severe: line 513, column 63 of dart:js: [AnalyzerMessage] The name 'ImageData' i s not defined and cannot be used in an 'is' expression
1097 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData 1133 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData
1098 ^^^^^^^^^ 1134 ^^^^^^^^^
1099 severe: line 465, column 5 of dart:js: [AnalyzerError] Undefined name 'getIsolat eAffinityTag' 1135 severe: line 465, column 5 of dart:js: [AnalyzerMessage] Undefined name 'getIsol ateAffinityTag'
1100 getIsolateAffinityTag(r'_$dart_dartObject'); 1136 getIsolateAffinityTag(r'_$dart_dartObject');
1101 ^^^^^^^^^^^^^^^^^^^^^ 1137 ^^^^^^^^^^^^^^^^^^^^^
1102 severe: line 514, column 15 of dart:js: [AnalyzerError] The name 'Node' is not d efined and cannot be used in an 'is' expression 1138 severe: line 514, column 15 of dart:js: [AnalyzerMessage] The name 'Node' is not defined and cannot be used in an 'is' expression
1103 || o is Node || o is TypedData || o is Window) { 1139 || o is Node || o is TypedData || o is Window) {
1104 ^^^^ 1140 ^^^^
1105 severe: line 553, column 15 of dart:js: [AnalyzerError] The name 'Node' is not d efined and cannot be used in an 'is' expression 1141 severe: line 553, column 15 of dart:js: [AnalyzerMessage] The name 'Node' is not defined and cannot be used in an 'is' expression
1106 || o is Node || o is TypedData || o is Window)) { 1142 || o is Node || o is TypedData || o is Window)) {
1107 ^^^^ 1143 ^^^^
1108 severe: line 513, column 32 of dart:js: [AnalyzerError] The name 'Event' is not defined and cannot be used in an 'is' expression 1144 severe: line 513, column 32 of dart:js: [AnalyzerMessage] The name 'Event' is no t defined and cannot be used in an 'is' expression
1109 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData 1145 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData
1110 ^^^^^ 1146 ^^^^^
1111 severe: line 552, column 29 of dart:js: [AnalyzerError] The name 'Event' is not defined and cannot be used in an 'is' expression 1147 severe: line 552, column 29 of dart:js: [AnalyzerMessage] The name 'Event' is no t defined and cannot be used in an 'is' expression
1112 && (o is Blob || o is Event || o is KeyRange || o is ImageData 1148 && (o is Blob || o is Event || o is KeyRange || o is ImageData
1113 ^^^^^ 1149 ^^^^^
1114 warning: line 449, column 29 of dart:js: [AnalyzerError] Local variables cannot be referenced before they are declared 1150 warning: line 449, column 29 of dart:js: [AnalyzerMessage] Local variables canno t be referenced before they are declared
1115 _checkRange(start, end, length); 1151 _checkRange(start, end, length);
1116 ^^^^^^ 1152 ^^^^^^
1117 severe: line 465, column 5 of dart:js: [AnalyzerError] The function 'getIsolateA ffinityTag' is not defined 1153 severe: line 465, column 5 of dart:js: [AnalyzerMessage] The function 'getIsolat eAffinityTag' is not defined
1118 getIsolateAffinityTag(r'_$dart_dartObject'); 1154 getIsolateAffinityTag(r'_$dart_dartObject');
1119 ^^^^^^^^^^^^^^^^^^^^^ 1155 ^^^^^^^^^^^^^^^^^^^^^
1120 severe: line 552, column 43 of dart:js: [AnalyzerError] The name 'KeyRange' is n ot defined and cannot be used in an 'is' expression 1156 severe: line 552, column 43 of dart:js: [AnalyzerMessage] The name 'KeyRange' is not defined and cannot be used in an 'is' expression
1121 && (o is Blob || o is Event || o is KeyRange || o is ImageData 1157 && (o is Blob || o is Event || o is KeyRange || o is ImageData
1122 ^^^^^^^^ 1158 ^^^^^^^^
1123 severe: line 513, column 46 of dart:js: [AnalyzerError] The name 'KeyRange' is n ot defined and cannot be used in an 'is' expression 1159 severe: line 513, column 46 of dart:js: [AnalyzerMessage] The name 'KeyRange' is not defined and cannot be used in an 'is' expression
1124 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData 1160 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData
1125 ^^^^^^^^ 1161 ^^^^^^^^
1126 severe: line 467, column 5 of dart:js: [AnalyzerError] The function 'getIsolateA ffinityTag' is not defined 1162 severe: line 467, column 5 of dart:js: [AnalyzerMessage] The function 'getIsolat eAffinityTag' is not defined
1127 getIsolateAffinityTag(r'_$dart_dartClosure'); 1163 getIsolateAffinityTag(r'_$dart_dartClosure');
1128 ^^^^^^^^^^^^^^^^^^^^^ 1164 ^^^^^^^^^^^^^^^^^^^^^
1129 severe: line 552, column 16 of dart:js: [AnalyzerError] The name 'Blob' is not d efined and cannot be used in an 'is' expression 1165 severe: line 552, column 16 of dart:js: [AnalyzerMessage] The name 'Blob' is not defined and cannot be used in an 'is' expression
1130 && (o is Blob || o is Event || o is KeyRange || o is ImageData 1166 && (o is Blob || o is Event || o is KeyRange || o is ImageData
1131 ^^^^ 1167 ^^^^
1132 severe: line 513, column 19 of dart:js: [AnalyzerError] The name 'Blob' is not d efined and cannot be used in an 'is' expression 1168 severe: line 513, column 19 of dart:js: [AnalyzerMessage] The name 'Blob' is not defined and cannot be used in an 'is' expression
1133 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData 1169 } else if (o is Blob || o is Event || o is KeyRange || o is ImageData
1134 ^^^^ 1170 ^^^^
1171 warning: line 90, column 8 of dart:js: [AnalyzerMessage] Target of URI does not exist: 'dart:html'
1172 import 'dart:html' show Blob, Event, ImageData, Node, Window;
1173 ^^^^^^^^^^^
1174 warning: line 92, column 8 of dart:js: [AnalyzerMessage] Target of URI does not exist: 'dart:indexed_db'
1175 import 'dart:indexed_db' show KeyRange;
1176 ^^^^^^^^^^^^^^^^^
1135 warning: line 357, column 44 of dart:js: [DownCastComposite] _convertToJS ((dyna mic) → dynamic) will need runtime check to cast to type (E) → dynamic 1177 warning: line 357, column 44 of dart:js: [DownCastComposite] _convertToJS ((dyna mic) → dynamic) will need runtime check to cast to type (E) → dynamic
1136 : super._fromJs([]..addAll(other.map(_convertToJS))); 1178 : super._fromJs([]..addAll(other.map(_convertToJS)));
1137 ^^^^^^^^^^^^ 1179 ^^^^^^^^^^^^
1138 warning: line 390, column 12 of dart:js: [DownCastComposite] super[index] (dynam ic) will need runtime check to cast to type E 1180 warning: line 390, column 12 of dart:js: [DownCastComposite] super[index] (dynam ic) will need runtime check to cast to type E
1139 return super[index]; 1181 return super[index];
1140 ^^^^^^^^^^^^ 1182 ^^^^^^^^^^^^
1141 warning: line 425, column 24 of dart:js: [DownCastImplicit] list (Object) will n eed runtime check to cast to type List<dynamic> 1183 warning: line 425, column 24 of dart:js: [DownCastImplicit] list (Object) will n eed runtime check to cast to type List<dynamic>
1142 callMethod('push', list); 1184 callMethod('push', list);
1143 ^^^^ 1185 ^^^^
1144 warning: line 435, column 12 of dart:js: [DownCastComposite] callMethod('splice' , [index, 1])[0] (dynamic) will need runtime check to cast to type E 1186 warning: line 435, column 12 of dart:js: [DownCastComposite] callMethod('splice' , [index, 1])[0] (dynamic) will need runtime check to cast to type E
1145 return callMethod('splice', [index, 1])[0]; 1187 return callMethod('splice', [index, 1])[0];
1146 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1188 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1147 warning: line 440, column 12 of dart:js: [DownCastComposite] callMethod('pop') ( dynamic) will need runtime check to cast to type E 1189 warning: line 440, column 12 of dart:js: [DownCastComposite] callMethod('pop') ( dynamic) will need runtime check to cast to type E
1148 return callMethod('pop'); 1190 return callMethod('pop');
1149 ^^^^^^^^^^^^^^^^^ 1191 ^^^^^^^^^^^^^^^^^
1150 warning: line 558, column 52 of dart:js: [DownCastImplicit] ms (num) will need r untime check to cast to type int 1192 warning: line 558, column 52 of dart:js: [DownCastImplicit] ms (num) will need r untime check to cast to type int
1151 return new DateTime.fromMillisecondsSinceEpoch(ms); 1193 return new DateTime.fromMillisecondsSinceEpoch(ms);
1152 ^^ 1194 ^^
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 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
1154 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME, 1196 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME,
1155 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 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
1157 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1199 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1158 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 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
1160 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1202 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1161 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OLDNEW
« no previous file with comments | « test/report_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698