Chromium Code Reviews| Index: lib/compiler/implementation/js_backend/emitter.dart |
| =================================================================== |
| --- lib/compiler/implementation/js_backend/emitter.dart (revision 12904) |
| +++ lib/compiler/implementation/js_backend/emitter.dart (working copy) |
| @@ -672,6 +672,7 @@ |
| generateIsTestsOn(classElement, (Element other) { |
| String code; |
| + if (other.isObject(compiler)) return; |
| if (nativeEmitter.requiresNativeIsCheck(other)) { |
| code = 'function() { return true; }'; |
| } else { |