-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ package:vm_service] Update CodeRef.function to have type dynamic
The function property of a Code object can contain either a Function or a NativeFunction. This change updates the protocol specification to properly document existing behavior and regenerates package:vm_service to update `CodeRef.function` to have a `dynamic` type. This is a breaking change to `package:vm_service`, so this will be released as 15.0.0. Related to flutter/devtools#8567 TEST=N/A Change-Id: Ie89723cdba8176be0d84a57a878fbedbca57f9c0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398260 Commit-Queue: Ben Konyi <[email protected]> Reviewed-by: Derek Xu <[email protected]> Auto-Submit: Ben Konyi <[email protected]>
- Loading branch information
Showing
4 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters