Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 21695) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2189,6 +2189,10 @@ |
| // Eagerly compile all classes and functions in the library. |
| static RawError* CompileAll(); |
| + // Checks function fingerprints. Prints mismatches and aborts if |
|
siva
2013/04/18 22:48:33
and abort if.....
srdjan
2013/04/18 23:00:43
Discussed, leaving as it is.
|
| + // mismatch found. |
| + static void CheckFunctionFingerprints(); |
| + |
| private: |
| static const int kInitialImportsCapacity = 4; |
| static const int kImportsCapacityIncrement = 8; |