Chromium Code Reviews| Index: lib/core/object.dart |
| =================================================================== |
| --- lib/core/object.dart (revision 12648) |
| +++ lib/core/object.dart (working copy) |
| @@ -10,6 +10,8 @@ |
| bool operator ==(other) => identical(this, other); |
| + external int hashCode(); |
| + |
| external String toString(); |
| external void noSuchMethod(String name, List args); |