| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 45704)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -3057,9 +3057,11 @@
|
| // Eagerly compile all classes and functions in the library.
|
| static RawError* CompileAll();
|
|
|
| +#if defined(DART_NO_SNAPSHOT)
|
| // Checks function fingerprints. Prints mismatches and aborts if
|
| // mismatch found.
|
| static void CheckFunctionFingerprints();
|
| +#endif // defined(DART_NO_SNAPSHOT).
|
|
|
| static bool IsPrivate(const String& name);
|
| // Construct the full name of a corelib member.
|
|
|