Chromium Code Reviews| Index: runtime/lib/function_patch.dart |
| =================================================================== |
| --- runtime/lib/function_patch.dart (revision 25920) |
| +++ runtime/lib/function_patch.dart (working copy) |
| @@ -28,3 +28,7 @@ |
| return _apply(arguments, names); |
| } |
| } |
| + |
| +bool _Closure_comparison(var a, var b) native "Closure_comparison"; |
| + |
| +int _Closure_hashCode(var a) native "Closure_hashCode"; |