37e86575c4
Stop passing `null` as the member parameter of `_emitPropertyGet`. Avoids the use of one method with multiple code paths and returns to handle any situation because it becomes very hard to reason about what original source code leads to each path. Issue: https://github.com/dart-lang/sdk/issues/54463 Change-Id: Iab15890541150cfc8c230c209adec245da025762 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357206 Commit-Queue: Nicholas Shahan <nshahan@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com> Reviewed-by: Srujan Gaddam <srujzs@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>