| Index: pkg/compiler/lib/src/js_backend/namer.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/namer.dart b/pkg/compiler/lib/src/js_backend/namer.dart
|
| index 814f038d51d9d8cf8237d1d074ab7b9473ef5e94..ac3965889516ed15b83070d2484dfeb40a729e9e 100644
|
| --- a/pkg/compiler/lib/src/js_backend/namer.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/namer.dart
|
| @@ -289,6 +289,8 @@ class Namer implements ClosureNamer {
|
|
|
| String get isolateName => 'Isolate';
|
| String get isolatePropertiesName => r'$isolateProperties';
|
| + String get noSuchMethodName => publicInstanceMethodNameByArity(
|
| + Compiler.NO_SUCH_METHOD, Compiler.NO_SUCH_METHOD_ARG_COUNT);
|
| /**
|
| * Some closures must contain their name. The name is stored in
|
| * [STATIC_CLOSURE_NAME_NAME].
|
|
|