c5218f2d4e
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: I1255817c7cf76578b256650789f6530b456b2f03 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/357207 Reviewed-by: Srujan Gaddam <srujzs@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>