Commit ad36a98
[ 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]>1 parent 4eca32f commit ad36a98
File tree
4 files changed
+19
-9
lines changed- pkg/vm_service
- lib/src
- runtime/vm/service
4 files changed
+19
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3205 | 3205 | | |
3206 | 3206 | | |
3207 | 3207 | | |
| 3208 | + | |
| 3209 | + | |
3208 | 3210 | | |
3209 | | - | |
| 3211 | + | |
3210 | 3212 | | |
3211 | 3213 | | |
3212 | 3214 | | |
| |||
3220 | 3222 | | |
3221 | 3223 | | |
3222 | 3224 | | |
3223 | | - | |
3224 | | - | |
| 3225 | + | |
| 3226 | + | |
3225 | 3227 | | |
3226 | 3228 | | |
3227 | 3229 | | |
| |||
3261 | 3263 | | |
3262 | 3264 | | |
3263 | 3265 | | |
| 3266 | + | |
| 3267 | + | |
3264 | 3268 | | |
3265 | 3269 | | |
3266 | | - | |
| 3270 | + | |
3267 | 3271 | | |
3268 | 3272 | | |
3269 | 3273 | | |
| |||
3277 | 3281 | | |
3278 | 3282 | | |
3279 | 3283 | | |
3280 | | - | |
3281 | | - | |
| 3284 | + | |
| 3285 | + | |
3282 | 3286 | | |
3283 | 3287 | | |
3284 | 3288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2228 | 2228 | | |
2229 | 2229 | | |
2230 | 2230 | | |
2231 | | - | |
| 2231 | + | |
2232 | 2232 | | |
2233 | 2233 | | |
2234 | 2234 | | |
| |||
2243 | 2243 | | |
2244 | 2244 | | |
2245 | 2245 | | |
2246 | | - | |
| 2246 | + | |
2247 | 2247 | | |
2248 | 2248 | | |
2249 | 2249 | | |
| |||
0 commit comments