Files
sdk/pkg/compiler/lib/src/constants
Stephen Adams c6deb3793f [dart2js] Remove AbstractValue from DummyInterceptorConstantValue
The stored AbstractValue is unused and removing it makes it possible
for the dummy to be independent of the AbtractValueDomain.

The actual receiver type is stored independently on the HInvokeDynamic
node, and would also be available via the 'interceptor' input, since
the dummy is used only on 'self-intercepted' call sites.

Change-Id: I04ff0a50f3afd399a6994ebe7f006687d57c84f6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156585
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2020-07-30 22:42:04 +00:00
..