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

Side by Side Diff: pkg/front_end/testcases/shaker/empty_program.dart.shaker

Issue 3004943002: Transitively include outlines of all public members of Class(es). (Closed)
Patch Set: Created 3 years, 3 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 DO NOT EDIT -- this file is autogenerated --- 1 DO NOT EDIT -- this file is autogenerated ---
2 Tree-shaker preserved the following: 2 Tree-shaker preserved the following:
3 3
4 library dart:async: 4 library dart:async:
5 - member dart.async::_asyncThenWrapperHelper 5 - member dart.async::_asyncThenWrapperHelper
6 - member dart.async::_asyncErrorWrapperHelper 6 - member dart.async::_asyncErrorWrapperHelper
7 - member dart.async::_awaitHelper 7 - member dart.async::_awaitHelper
8 - typedef ControllerCallback
9 - typedef ControllerCancelCallback
8 - class _AsyncStarStreamController 10 - class _AsyncStarStreamController
9 - (default constructor) 11 - controller
12 - asyncStarBody
13 - isAdding
14 - onListenReceived
15 - isScheduled
16 - isSuspendedAtYield
17 - cancellationCompleter
18 - (default constructor)
19 - stream
20 - runBody
21 - scheduleGenerator
22 - add
23 - addStream
24 - addError
25 - close
26 - onListen
27 - onResume
28 - onCancel
10 - class FutureOr 29 - class FutureOr
11 - class Future 30 - class Future
31 - (default constructor)
12 - microtask 32 - microtask
33 - sync
34 - value
35 - error
36 - delayed
37 - wait
38 - any
39 - forEach
40 - doWhile
41 - then
42 - catchError
43 - whenComplete
44 - asStream
45 - timeout
13 - class Completer 46 - class Completer
47 - (default constructor)
14 - sync 48 - sync
49 - future
50 - complete
51 - completeError
52 - isCompleted
15 - class Stream 53 - class Stream
54 - (default constructor)
55 - empty
56 - fromFuture
57 - fromFutures
58 - fromIterable
59 - periodic
60 - eventTransformed
61 - isBroadcast
62 - asBroadcastStream
63 - listen
64 - where
65 - map
66 - asyncMap
67 - asyncExpand
68 - handleError
69 - expand
70 - pipe
71 - transform
72 - reduce
73 - fold
74 - join
75 - contains
76 - forEach
77 - every
78 - any
79 - length
80 - isEmpty
81 - toList
82 - toSet
83 - drain
84 - take
85 - takeWhile
86 - skip
87 - skipWhile
88 - distinct
89 - first
90 - last
91 - single
92 - firstWhere
93 - lastWhere
94 - singleWhere
95 - elementAt
96 - timeout
97 - class StreamSubscription
98 - (default constructor)
99 - cancel
100 - onData
101 - onError
102 - onDone
103 - pause
104 - resume
105 - isPaused
106 - asFuture
107 - class EventSink
108 - (default constructor)
109 - add
110 - addError
111 - close
112 - class StreamConsumer
113 - (default constructor)
114 - addStream
115 - close
116 - class StreamSink
117 - (default constructor)
118 - close
119 - done
120 - class StreamTransformer
121 - (default constructor)
122 - fromHandlers
123 - bind
16 - class StreamIterator 124 - class StreamIterator
125 - (default constructor)
126 - moveNext
127 - current
128 - cancel
129 - class StreamController
130 - stream
131 - (default constructor)
132 - broadcast
133 - onListen
134 - onListen
135 - onPause
136 - onPause
137 - onResume
138 - onResume
139 - onCancel
140 - onCancel
141 - sink
142 - isClosed
143 - isPaused
144 - hasListener
145 - add
146 - addError
147 - close
148 - addStream
17 - class _StreamIterator 149 - class _StreamIterator
18 - (default constructor) 150 - (default constructor)
151 - current
152 - moveNext
153 - cancel
19 154
20 library dart:collection: 155 library dart:collection:
21 - class IterableBase 156 - class IterableBase
157 - (default constructor)
158 - iterableToShortString
159 - iterableToFullString
22 160
23 library dart:_internal: 161 library dart:_internal:
24 - class ExternalName 162 - class ExternalName
163 - name
25 - (default constructor) 164 - (default constructor)
26 - class EfficientLengthIterable 165 - class EfficientLengthIterable
166 - (default constructor)
167 - length
27 - class Symbol 168 - class Symbol
169 - reservedWordRE
170 - publicIdentifierRE
171 - identifierRE
172 - operatorRE
173 - publicSymbolPattern
174 - symbolPattern
175 - (default constructor)
176 - unvalidated
177 - validated
178 - ==
179 - hashCode
180 - toString
181 - getName
182 - validatePublicSymbol
183 - isValidSymbol
184 - getUnmangledName
185
186 library dart:math:
187 - class Random
188 - (default constructor)
189 - secure
190 - nextInt
191 - nextDouble
192 - nextBool
28 193
29 library dart:core: 194 library dart:core:
30 - member print 195 - member print
31 - typedef _SyncGeneratorCallback 196 - typedef _SyncGeneratorCallback
32 - class _SyncIterable 197 - class _SyncIterable
33 - (default constructor) 198 - (default constructor)
199 - iterator
34 - class _InvocationMirror 200 - class _InvocationMirror
35 - (default constructor) 201 - (default constructor)
202 - memberName
203 - typeArguments
204 - positionalArguments
205 - namedArguments
206 - isMethod
207 - isAccessor
208 - isGetter
209 - isSetter
36 - class bool 210 - class bool
211 - fromEnvironment
212 - hashCode
213 - toString
37 - class Comparable 214 - class Comparable
215 - (default constructor)
216 - compareTo
217 - compare
38 - class double 218 - class double
219 - NAN
220 - INFINITY
221 - NEGATIVE_INFINITY
222 - MIN_POSITIVE
223 - MAX_FINITE
224 - (default constructor)
225 - remainder
226 - +
227 - -
228 - *
229 - %
230 - /
231 - ~/
232 - unary-
233 - abs
234 - sign
235 - round
236 - floor
237 - ceil
238 - truncate
239 - roundToDouble
240 - floorToDouble
241 - ceilToDouble
242 - truncateToDouble
243 - toString
244 - parse
245 - class Duration
246 - MICROSECONDS_PER_MILLISECOND
247 - MILLISECONDS_PER_SECOND
248 - SECONDS_PER_MINUTE
249 - MINUTES_PER_HOUR
250 - HOURS_PER_DAY
251 - MICROSECONDS_PER_SECOND
252 - MICROSECONDS_PER_MINUTE
253 - MICROSECONDS_PER_HOUR
254 - MICROSECONDS_PER_DAY
255 - MILLISECONDS_PER_MINUTE
256 - MILLISECONDS_PER_HOUR
257 - MILLISECONDS_PER_DAY
258 - SECONDS_PER_HOUR
259 - SECONDS_PER_DAY
260 - MINUTES_PER_DAY
261 - ZERO
262 - (default constructor)
263 - +
264 - -
265 - *
266 - ~/
267 - <
268 - >
269 - <=
270 - >=
271 - inDays
272 - inHours
273 - inMinutes
274 - inSeconds
275 - inMilliseconds
276 - inMicroseconds
277 - ==
278 - hashCode
279 - compareTo
280 - toString
281 - isNegative
282 - abs
283 - unary-
39 - class Function 284 - class Function
285 - (default constructor)
286 - apply
287 - hashCode
288 - ==
40 - class int 289 - class int
290 - fromEnvironment
291 - &
292 - |
293 - ^
294 - ~
295 - <<
296 - >>
297 - modPow
298 - modInverse
299 - gcd
300 - isEven
301 - isOdd
302 - bitLength
303 - toUnsigned
304 - toSigned
305 - unary-
306 - abs
307 - sign
308 - round
309 - floor
310 - ceil
311 - truncate
312 - roundToDouble
313 - floorToDouble
314 - ceilToDouble
315 - truncateToDouble
316 - toString
317 - toRadixString
318 - parse
41 - class Invocation 319 - class Invocation
320 - (default constructor)
321 - memberName
322 - positionalArguments
323 - namedArguments
324 - isMethod
325 - isGetter
326 - isSetter
327 - isAccessor
42 - class Iterable 328 - class Iterable
329 - (default constructor)
330 - generate
331 - empty
332 - iterator
333 - map
334 - where
335 - expand
336 - contains
337 - forEach
338 - reduce
339 - fold
340 - every
341 - join
342 - any
343 - toList
344 - toSet
345 - length
346 - isEmpty
347 - isNotEmpty
348 - take
349 - takeWhile
350 - skip
351 - skipWhile
352 - first
353 - last
354 - single
355 - firstWhere
356 - lastWhere
357 - singleWhere
358 - elementAt
359 - toString
360 - class BidirectionalIterator
361 - (default constructor)
362 - movePrevious
43 - class Iterator 363 - class Iterator
364 - (default constructor)
365 - moveNext
366 - current
44 - class List 367 - class List
368 - (default constructor)
369 - filled
45 - from 370 - from
371 - generate
372 - unmodifiable
373 - []
374 - []=
375 - length
376 - length
377 - add
378 - addAll
379 - reversed
380 - sort
381 - shuffle
382 - indexOf
383 - lastIndexOf
384 - clear
385 - insert
386 - insertAll
387 - setAll
388 - remove
389 - removeAt
390 - removeLast
391 - removeWhere
392 - retainWhere
393 - sublist
394 - getRange
395 - setRange
396 - removeRange
397 - fillRange
398 - replaceRange
399 - asMap
46 - class Map 400 - class Map
401 - (default constructor)
402 - from
403 - unmodifiable
404 - identity
405 - fromIterable
406 - fromIterables
407 - containsValue
408 - containsKey
409 - []
410 - []=
411 - putIfAbsent
412 - addAll
413 - remove
414 - clear
415 - forEach
416 - keys
417 - values
418 - length
419 - isEmpty
420 - isNotEmpty
47 - class Null 421 - class Null
422 - hashCode
423 - toString
48 - class num 424 - class num
425 - (default constructor)
426 - ==
427 - hashCode
428 - compareTo
429 - +
430 - -
431 - *
432 - %
433 - /
434 - ~/
435 - unary-
436 - remainder
437 - <
438 - <=
439 - >
440 - >=
441 - isNaN
442 - isNegative
443 - isInfinite
444 - isFinite
445 - abs
446 - sign
447 - round
448 - floor
449 - ceil
450 - truncate
451 - roundToDouble
452 - floorToDouble
453 - ceilToDouble
454 - truncateToDouble
455 - clamp
456 - toInt
457 - toDouble
458 - toStringAsFixed
459 - toStringAsExponential
460 - toStringAsPrecision
461 - toString
462 - parse
49 - class Object 463 - class Object
50 - dart.core::_hashCodeRnd 464 - dart.core::_hashCodeRnd
51 - (default constructor) 465 - (default constructor)
52 - == 466 - ==
53 - hashCode 467 - hashCode
54 - toString 468 - toString
55 - noSuchMethod 469 - noSuchMethod
56 - runtimeType 470 - runtimeType
57 - dart.core::_objectHashCode 471 - dart.core::_objectHashCode
58 - dart.core::_identityHashCode 472 - dart.core::_identityHashCode
59 - dart.core::_toString 473 - dart.core::_toString
60 - dart.core::_noSuchMethod 474 - dart.core::_noSuchMethod
61 - dart.core::_haveSameRuntimeType 475 - dart.core::_haveSameRuntimeType
62 - dart.core::_instanceOf 476 - dart.core::_instanceOf
63 - dart.core::_simpleInstanceOf 477 - dart.core::_simpleInstanceOf
64 - dart.core::_simpleInstanceOfTrue 478 - dart.core::_simpleInstanceOfTrue
65 - dart.core::_simpleInstanceOfFalse 479 - dart.core::_simpleInstanceOfFalse
66 - dart.core::_as 480 - dart.core::_as
67 - dart.core::_symbolMapToStringMap 481 - dart.core::_symbolMapToStringMap
68 - class Pattern 482 - class Pattern
483 - (default constructor)
484 - allMatches
485 - matchAsPrefix
486 - class Match
487 - (default constructor)
488 - start
489 - end
490 - group
491 - []
492 - groups
493 - groupCount
494 - input
495 - pattern
496 - class RegExp
497 - (default constructor)
498 - firstMatch
499 - allMatches
500 - hasMatch
501 - stringMatch
502 - pattern
503 - isMultiLine
504 - isCaseSensitive
505 - class Set
506 - (default constructor)
507 - identity
508 - from
509 - iterator
510 - contains
511 - add
512 - addAll
513 - remove
514 - lookup
515 - removeAll
516 - retainAll
517 - removeWhere
518 - retainWhere
519 - containsAll
520 - intersection
521 - union
522 - difference
523 - clear
524 - toSet
525 - class Sink
526 - (default constructor)
527 - add
528 - close
529 - class StackTrace
530 - (default constructor)
531 - fromString
532 - current
533 - toString
69 - class String 534 - class String
535 - fromCharCodes
536 - fromCharCode
537 - fromEnvironment
538 - []
539 - codeUnitAt
540 - length
541 - hashCode
542 - ==
543 - endsWith
544 - startsWith
545 - indexOf
546 - lastIndexOf
547 - isEmpty
548 - isNotEmpty
549 - +
550 - substring
551 - trim
552 - trimLeft
553 - trimRight
554 - *
555 - padLeft
556 - padRight
557 - contains
558 - replaceFirst
559 - replaceFirstMapped
560 - replaceAll
561 - replaceAllMapped
562 - replaceRange
563 - split
564 - splitMapJoin
565 - codeUnits
566 - runes
567 - toLowerCase
568 - toUpperCase
569 - class Runes
570 - string
571 - (default constructor)
572 - iterator
573 - last
574 - class RuneIterator
575 - string
576 - (default constructor)
577 - at
578 - rawIndex
579 - rawIndex
580 - reset
581 - current
582 - currentSize
583 - currentAsString
584 - moveNext
585 - movePrevious
70 - class Symbol 586 - class Symbol
587 - (default constructor)
588 - hashCode
589 - ==
71 - class Type 590 - class Type
591 - (default constructor)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698