| Index: pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend_helpers.dart b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| index 088c4de4d65aee2af298576129a765aa5f96a829..a6fead494007e296c232d63f28997a9358c35788 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend_helpers.dart
|
| @@ -612,6 +612,9 @@ class BackendHelpers {
|
|
|
| FunctionEntity get subtypeCast => _findHelperFunction('subtypeCast');
|
|
|
| + FunctionEntity get functionTypeTest =>
|
| + _findHelperFunction('functionTypeTest');
|
| +
|
| FunctionEntity get checkSubtypeOfRuntimeType =>
|
| _findHelperFunction('checkSubtypeOfRuntimeType');
|
|
|
|
|