dart-sdk/pkg/vm
Ömer Sinan Ağacan cc44c910eb [dart2wasm] Move boxed double and int types to their own libs
This allows injecting internally public members int and double members
to the libraries and it's consistent with how we've been restructuring
the dart2wasm standard libraries.

Tested: existing tests
Change-Id: I5261f3ab78667de93b4d7583d99bb9ae151a6cb8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373241
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Ömer Ağacan <omersa@google.com>
2024-07-05 11:34:34 +00:00
..
bin [pkg/kernel-service] Fix invalid index used in expression 2024-06-12 22:13:29 +00:00
lib [vm,aot] Fix type check in implicit setter of a covariant field 2024-06-25 14:34:20 +00:00
test [cfe] Move src/fasta/ subfolders to src/ 2024-06-25 10:05:21 +00:00
testcases/transformations [dart2wasm] Move boxed double and int types to their own libs 2024-07-05 11:34:34 +00:00
tool Dynamic interface yaml file 2024-06-10 16:09:54 +00:00
analysis_options.yaml [pkg/vm] analyze using package:lints 2022-07-07 23:22:49 +00:00
dynamic_interface.md Dynamic interface yaml file 2024-06-10 16:09:54 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS Also add global owners to CFE/VM packages 2023-11-27 14:35:52 +00:00
pubspec.yaml [vm] Use newer language version in package:vm which removes some unnecessary casts 2024-05-16 08:57:40 +00:00
README.md

This package hosts VM specific Dart code and helper scripts.