d51ab9b62a
The enum `ProcedureStubKind` together with the flag `isSynthetic` replaces the flags `isForwardingStub`, `isForwardingSemiStub`, `isNoSuchMethodForwarder` and `isMemberSignature`. The semantics of the existing properties on `Procedure` is unchanged. The new MixinStub and MixinSuperStub stub kinds are not used yet and the stub target for NoSuchMethodForwarder is not set yet. TEST=refactoring Change-Id: I6e81970dbb4baf0229f43c2a0bf0d5e575e65043 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174462 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>