ca743398c2
All of the backends (dart2js, DDC, VM) were checking if the invocation name was tagged with "set:" and appending "=" to the name if so. Instead, we can simply have the CFE perform this logic at the callsite. Note that the name of the setter itself is still unchanged. Backends may still need to generate the correct name themselves when handling NSMs via code paths other than instantiateInvocation. Change-Id: Iae42c849d3557be3e3b77c3af6f3993347ba0b6c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156142 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Mayank Patke <fishythefish@google.com>