b79a06d99b
- Declare dummy value globals as needed per module. We cannot share these across modules as they can be used in a const context which limits how we can reference them. The other option is to declare the dummy values for all heap types in the main module. However, declaring as needed per-module is more in line with our approach elsewhere and will work better for dynamic modules. Change-Id: Ib2cd0a9300610ff8aa86d904902815d4fe9042d7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/385401 Reviewed-by: Martin Kustermann <kustermann@google.com>