| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
|
| index ba809de98874a716724c141d3153732464e8504d..f27c8cc054fc0ca6afb45eeaffeac8810cf3ba62 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -1858,6 +1858,9 @@ class JsMethodMirror extends JsDeclarationMirror implements MethodMirror {
|
| // Abstract methods are tree-shaken away.
|
| bool get isAbstract => false;
|
|
|
| + // TODO(ahe, 14633): This might not be true for all cases.
|
| + bool get isSynthetic => false;
|
| +
|
| // TODO(ahe): Test this.
|
| bool get isRegularMethod => !isGetter && !isSetter && !isConstructor;
|
|
|
|
|