3d8829fad2
Change-Id: I84f8dbc174dbac5a11ca84e248c7aecb3759aaad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/380283 Reviewed-by: Slava Egorov <vegorov@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
91 lines
2.2 KiB
YAML
91 lines
2.2 KiB
YAML
# Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
extendable:
|
|
- library: 'dart:*'
|
|
- library: 'dart:core'
|
|
class: '_Enum'
|
|
|
|
can-be-overridden:
|
|
- library: 'dart:*'
|
|
|
|
callable:
|
|
- library: 'dart:*'
|
|
# These private classes and members are used directly by the compiler.
|
|
- library: 'dart:core'
|
|
class: '_Enum'
|
|
member: ''
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal1'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal2'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal3'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal4'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal5'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal6'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal7'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: '_literal8'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: ''
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: 'empty'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: 'filled'
|
|
- library: 'dart:core'
|
|
class: '_GrowableList'
|
|
member: 'generate'
|
|
- library: 'dart:core'
|
|
class: '_List'
|
|
- library: 'dart:core'
|
|
class: '_List'
|
|
member: ''
|
|
- library: 'dart:core'
|
|
class: '_List'
|
|
member: 'empty'
|
|
- library: 'dart:core'
|
|
class: '_List'
|
|
member: 'filled'
|
|
- library: 'dart:core'
|
|
class: '_List'
|
|
member: 'generate'
|
|
- library: 'dart:collection'
|
|
class: '_Map'
|
|
- library: 'dart:collection'
|
|
class: '_Map'
|
|
member: ''
|
|
- library: 'dart:collection'
|
|
class: '_Set'
|
|
- library: 'dart:collection'
|
|
class: '_Set'
|
|
member: ''
|
|
- library: 'dart:async'
|
|
class: '_StreamIterator'
|
|
- library: 'dart:async'
|
|
class: '_StreamIterator'
|
|
member: ''
|
|
- library: 'dart:async'
|
|
class: '_StreamIterator'
|
|
member: '_subscription'
|
|
- library: 'dart:async'
|
|
member: '_asyncStarMoveNextHelper'
|