| Index: pkg/compiler/lib/src/js_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
|
| index 975581c922c175e6a839671ef8e12ffb6c41e3e3..3a22d3cfa6b5afe93250d1e4f9114e821f6a85ed 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -91,6 +91,8 @@ class JavaScriptBackend extends Backend {
|
| 'IterableMixinWorkaround': const <String>['forEach'],
|
| };
|
|
|
| + String get patchVersion => USE_NEW_EMITTER ? 'new' : 'old';
|
| +
|
| /// List of [FunctionElement]s that we want to inline always. This list is
|
| /// filled when resolution is complete by looking up in [internalLibrary].
|
| List<FunctionElement> functionsToAlwaysInline;
|
|
|