| Index: sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart (revision 17447)
|
| +++ sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart (working copy)
|
| @@ -128,3 +128,8 @@
|
| * Creates an isolate and returns it.
|
| */
|
| dynamic JS_CREATE_ISOLATE() {}
|
| +
|
| +/**
|
| + * Returns the prefix used for generated is checks on classes.
|
| + */
|
| +String JS_OPERATOR_IS_PREFIX() {}
|
|
|