| Index: pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| index 76ac705646a68d2e4c2968b4a9fa7028ec24e330..5bf72b350e24a1fa90501dd5dc136846bde86f77 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| @@ -3810,6 +3810,10 @@ class GlobalProgramInformation {
|
| return TypeMaskFactory.fromNativeBehavior(behavior, _compiler);
|
| }
|
|
|
| + bool isArrayType(TypeMask type) {
|
| + return type.satisfies(_backend.helpers.jsArrayClass, _compiler.world);
|
| + }
|
| +
|
| TypeMask getTypeMaskForNativeFunction(FunctionElement function) {
|
| return _compiler.typesTask.getGuaranteedReturnTypeOfElement(function);
|
| }
|
|
|