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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Reverted to new .dart files in input_sdk: please compare them against previous patchset Created 5 years 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: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor s/js_array.dart, line 29, col 46) 1 severe: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor s/js_array.dart, line 29, col 46)
2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7) 2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7)
3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7) 3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7)
4 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) → StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic> ' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9) 4 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) → StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic> ' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9)
5 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>) → void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T >) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: ( EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1588, col 13) 5 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>) → void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T >) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: ( EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line 1588, col 13)
6 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23, col 45) 6 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23, col 45)
7 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co re/set.dart, line 75, col 41) 7 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co re/set.dart, line 75, col 41)
8 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) 8 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
9 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37) 9 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37)
10 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11) 10 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11)
11 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12) 11 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12)
12 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) 12 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
13 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12) 13 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12)
14 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12) 14 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12)
15 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12) 15 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12)
16 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12) 16 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12)
17 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12) 17 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12)
18 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 264, col 31) 18 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31)
19 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 779, col 16) 19 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16)
20 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14) 20 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14)
21 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14) 21 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14)
22 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) 22 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22)
23 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) 23 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43)
24 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) 24 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43)
25 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23) 25 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23)
26 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67) 26 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67)
27 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15) 27 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15)
28 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 194, col 18) 28 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 194, col 18)
29 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 199, col 12) 29 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 199, col 12)
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43) 222 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43)
223 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35) 223 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35)
224 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37) 224 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37)
225 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47) 225 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47)
226 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35) 226 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35)
227 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37) 227 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37)
228 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47) 228 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47)
229 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40) 229 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40)
230 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35) 230 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35)
231 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t o type List<T> (dart:_internal/iterable.dart, line 1115, col 31) 231 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t o type List<T> (dart:_internal/iterable.dart, line 1115, col 31)
232 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 326, col 44)
233 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 359, col 12)
234 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 405, col 12)
235 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 410, col 12)
236 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25) 232 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25)
237 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38) 233 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38)
238 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25) 234 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25)
239 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38) 235 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38)
240 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25) 236 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
241 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37) 237 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
242 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12) 238 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12)
243 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18) 239 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18)
244 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19) 240 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19)
245 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 33) 241 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 68, col 33)
(...skipping 15 matching lines...) Expand all
261 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13) 257 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13)
262 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16) 258 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16)
263 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23) 259 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23)
264 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24) 260 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24)
265 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14) 261 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14)
266 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15) 262 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15)
267 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13) 263 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13)
268 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16) 264 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16)
269 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28) 265 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28)
270 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30) 266 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30)
267 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 326, col 44)
268 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 359, col 12)
269 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 405, col 12)
270 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 410, col 12)
271 warning: [DownCastComposite] interfaceThunk() (dynamic) will need runtime check to cast to type List<Type> (dart:_js_mirrors, line 127, col 31) 271 warning: [DownCastComposite] interfaceThunk() (dynamic) will need runtime check to cast to type List<Type> (dart:_js_mirrors, line 127, col 31)
272 severe: [AnalyzerMessage] The argument type '(dynamic) → Iterable<String>' canno t be assigned to the parameter type '(Node) → void' (dart:html, line 5456, col 2 3) 272 severe: [AnalyzerMessage] The argument type '(dynamic) → Iterable<String>' canno t be assigned to the parameter type '(Node) → void' (dart:html, line 5456, col 2 3)
273 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8363, col 5) 273 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8363, col 5)
274 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 10899, col 185) 274 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 10899, col 185)
275 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14448, col 32) 275 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14448, col 32)
276 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14460, col 34) 276 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14460, col 34)
277 severe: [StaticTypeError] Type check failed: new _ElementListEventStreamImpl(e, _eventType, useCapture) (_ElementListEventStreamImpl<dynamic>) is not of type El ementStream<T> because e cannot be typed as Iterable<Element> (dart:html, line 1 5655, col 12) 277 severe: [StaticTypeError] Type check failed: new _ElementListEventStreamImpl(e, _eventType, useCapture) (_ElementListEventStreamImpl<dynamic>) is not of type El ementStream<T> because e cannot be typed as Iterable<Element> (dart:html, line 1 5655, col 12)
278 severe: [StaticTypeError] Type check failed: new _ElementListEventStreamImpl(e, _eventTypeGetter(e), useCapture) (_ElementListEventStreamImpl<dynamic>) is not o f type ElementStream<T> because e cannot be typed as Iterable<Element> (dart:htm l, line 16001, col 12) 278 severe: [StaticTypeError] Type check failed: new _ElementListEventStreamImpl(e, _eventTypeGetter(e), useCapture) (_ElementListEventStreamImpl<dynamic>) is not o f type ElementStream<T> because e cannot be typed as Iterable<Element> (dart:htm l, line 16001, col 12)
279 severe: [AnalyzerMessage] Missing concrete implementation of 'EventTarget._addEv entListener_1', 'EventTarget._removeEventListener_3', 'EventTarget._removeEventL istener_1', 'EventTarget._removeEventListener_2' and 7 more (dart:html, line 184 67, col 7) 279 severe: [AnalyzerMessage] Missing concrete implementation of 'EventTarget._addEv entListener_2', setter 'DartHtmlDomObject.raw', getter 'DartHtmlDomObject.raw', 'EventTarget._addEventListener_1' and 7 more (dart:html, line 18467, col 7)
280 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._stopImmedia tePropagation_1', getter 'DartHtmlDomObject.raw', 'Event._preventDefault_1', set ter 'DartHtmlDomObject.raw' and 4 more (dart:html, line 18615, col 7) 280 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._stopPropaga tion_1', 'KeyboardEvent._getModifierState_1', setter 'DartHtmlDomObject.raw', ge tter 'DartHtmlDomObject.raw' and 4 more (dart:html, line 18615, col 7)
281 severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 18661, col 12) 281 severe: [AnalyzerMessage] The method 'makeLeafDispatchRecord' is not defined for the class 'KeyEvent' (dart:html, line 18661, col 12)
282 severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for th e class 'KeyEvent' (dart:html, line 18731, col 5) 282 severe: [AnalyzerMessage] The method 'setDispatchProperty' is not defined for th e class 'KeyEvent' (dart:html, line 18731, col 5)
283 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18775, col 3) 283 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18775, col 3)
284 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'KeyboardEvent' (dart:html, line 18775, col 45) 284 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'KeyboardEvent' (dart:html, line 18775, col 45)
285 severe: [AnalyzerMessage] Missing concrete implementation of setter 'DartHtmlDom Object.raw', 'Event._initEvent_1', getter 'DartHtmlDomObject.raw', 'Event._stopI mmediatePropagation_1' and 2 more (dart:html, line 18849, col 7) 285 severe: [AnalyzerMessage] Missing concrete implementation of 'Event._stopImmedia tePropagation_1', 'Event._stopPropagation_1', 'Event._preventDefault_1', setter 'DartHtmlDomObject.raw' and 2 more (dart:html, line 18849, col 7)
286 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18861, col 3) 286 severe: [AnalyzerMessage] Undefined class 'DataTransfer' (dart:html, line 18861, col 3)
287 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'Event' (dart:html, line 18861, col 45) 287 severe: [AnalyzerMessage] The getter 'clipboardData' is not defined for the clas s 'Event' (dart:html, line 18861, col 45)
288 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 18907, col 18) 288 severe: [AnalyzerMessage] The method 'matches' is not defined for the class 'Eve ntTarget' (dart:html, line 18907, col 18)
289 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 18908, col 23) 289 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 18908, col 23)
290 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 18909, col 56) 290 severe: [AnalyzerMessage] The getter 'parent' is not defined for the class 'Even tTarget' (dart:html, line 18909, col 56)
291 severe: [AnalyzerMessage] Directives must appear before any declarations (dart:h tml, line 19312, col 1) 291 severe: [AnalyzerMessage] Directives must appear before any declarations (dart:h tml, line 19312, col 1)
292 severe: [AnalyzerMessage] The name 'Entry' is not a type and cannot be used as a parameterized type (dart:html, line 19378, col 44) 292 severe: [AnalyzerMessage] The name 'Entry' is not a type and cannot be used as a parameterized type (dart:html, line 19378, col 44)
293 severe: [AnalyzerMessage] Expected to find ';' (dart:html, line 19429, col 48) 293 severe: [AnalyzerMessage] Expected to find ';' (dart:html, line 19429, col 48)
294 severe: [AnalyzerMessage] Undefined name 'console' (dart:html, line 19437, col 7 ) 294 severe: [AnalyzerMessage] Undefined name 'console' (dart:html, line 19437, col 7 )
295 severe: [AnalyzerMessage] Undefined name 'console' (dart:html, line 19443, col 5 ) 295 severe: [AnalyzerMessage] Undefined name 'console' (dart:html, line 19443, col 5 )
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 warning: [DownCastComposite] attrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17960, col 9) 349 warning: [DownCastComposite] attrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17960, col 9)
350 warning: [DownCastComposite] uriAttrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17961, col 9) 350 warning: [DownCastComposite] uriAttrs (dynamic) will need runtime check to cast to type Iterable<String> (dart:html, line 17961, col 9)
351 warning: [DownCastComposite] allowedElements ?? const [] (Object) will need runt ime check to cast to type Iterable<String> (dart:html, line 18093, col 33) 351 warning: [DownCastComposite] allowedElements ?? const [] (Object) will need runt ime check to cast to type Iterable<String> (dart:html, line 18093, col 33)
352 warning: [DownCastComposite] allowedAttributes ?? const [] (Object) will need ru ntime check to cast to type Iterable<String> (dart:html, line 18094, col 25) 352 warning: [DownCastComposite] allowedAttributes ?? const [] (Object) will need ru ntime check to cast to type Iterable<String> (dart:html, line 18094, col 25)
353 warning: [DownCastComposite] allowedUriAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18095, col 28) 353 warning: [DownCastComposite] allowedUriAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18095, col 28)
354 warning: [DownCastComposite] _list[index] (dynamic) will need runtime check to c ast to type E (dart:html, line 18281, col 31) 354 warning: [DownCastComposite] _list[index] (dynamic) will need runtime check to c ast to type E (dart:html, line 18281, col 31)
355 warning: [DownCastComposite] _list.removeAt(index) (dynamic) will need runtime c heck to cast to type E (dart:html, line 18295, col 28) 355 warning: [DownCastComposite] _list.removeAt(index) (dynamic) will need runtime c heck to cast to type E (dart:html, line 18295, col 28)
356 warning: [DownCastComposite] _list (List<dynamic>) will need runtime check to ca st to type List<Node> (dart:html, line 18311, col 29) 356 warning: [DownCastComposite] _list (List<dynamic>) will need runtime check to ca st to type List<Node> (dart:html, line 18311, col 29)
357 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:html, line 18326, col 20) 357 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:html, line 18326, col 20)
358 warning: [DownCastComposite] _validateToken ((String) → String) will need runtim e check to cast to type (Object) → dynamic (dart:html_common/css_class_set.dart, line 148, col 44) 358 warning: [DownCastComposite] _validateToken ((String) → String) will need runtim e check to cast to type (Object) → dynamic (dart:html_common/css_class_set.dart, line 148, col 44)
OLDNEW
« lib/src/codegen/js_codegen.dart ('K') | « tool/input_sdk/private/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698