Files
sdk/utils/dynamic_module_runner/dynamic_interface.yaml
T
Nate Biggs 31e8fe78bf [vm] Mark _List and _GrowableList factories as dynamic module callable.
Currently this test is failing on other backends because they do not have matching members in the SDK.

TEST=Existing dynamic module tests.

Change-Id: I4b66f3fa046c973ae14868e024395cbcab3b7709
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/416760
Commit-Queue: Nate Biggs <natebiggs@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2025-03-21 09:38:24 -07:00

50 lines
1.3 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:*'
- library: 'dart:core'
class: '_Enum'
member: '_enumToString'
callable:
- library: 'dart:*'
# These private classes and members are used directly by the compiler.
- library: 'dart:core'
class: '_Enum'
member: ''
- library: 'dart:core'
class: '_InvocationMirror'
- library: 'dart:core'
class: '_InvocationMirror'
member: '_withType'
- library: 'dart:_compact_hash'
class: '_Map'
- library: 'dart:_compact_hash'
class: '_Map'
member: ''
- library: 'dart:_compact_hash'
class: '_Set'
- library: 'dart:_compact_hash'
class: '_Set'
member: ''
- library: 'dart:async'
class: '_StreamIterator'
- library: 'dart:async'
class: '_StreamIterator'
member: ''
- library: 'dart:async'
class: '_StreamIterator'
member: '_subscription'
- library: 'dart:async'
class: '_SuspendState'
member: 'get:_functionData'
- library: 'dart:async'
member: '_asyncStarMoveNextHelper'