mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
278815b192
Normal dart2js invocations will continue using the existing abstract value domains with `emptyType` as the initial type for type graph nodes. When an appropriate debug flag is passed, all abstract values will be wrapped so that the underlying empty type is only used when a value is known to be empty. Abstract values which have not yet been computed will print as "[uncomputed]" in order to aid in debugging but will otherwise behave like the empty type during type graph construction. Change-Id: I1ec41e42e8b566a0a6bfe969c2ff96f4e53d5f4e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/243844 Commit-Queue: Mayank Patke <fishythefish@google.com> Reviewed-by: Stephen Adams <sra@google.com> |
||
---|---|---|
.. | ||
src | ||
compiler_api.dart | ||
compiler_api_unmigrated.dart |