Files
sdk/pkg/vm
Clement Skau 21ff598c99 [VM] Adds type to Args list in FfiNative transform.
This fixes an issue during signature shaking of FfiNative calls:
`type 'ConstantExpression' is not a subtype of type 'VariableGet' of 'value'`
Which is triggered by the Arguments list having type List<VariableGet>.

TEST=ffi/ffi_native_test

Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-nnbd-linux-release-x64-try
Change-Id: Iafcbca8018dab091b825277ac64a51587c929ea0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/206787
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Clement Skau <cskau@google.com>
2021-07-14 13:41:52 +00:00
..
2021-04-07 10:28:38 +00:00

This package hosts VM specific Dart code and helper scripts.