| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 3e1ca78f6fff768237b572fd59c3f90c30567740..47ed66401c02554d5fe0e1582e9e467fe3b264ce 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3763,6 +3763,7 @@ class Library : public Object {
|
|
|
| // Eagerly compile all classes and functions in the library.
|
| static RawError* CompileAll();
|
| + static RawError* ParseAll();
|
|
|
| #if defined(DART_NO_SNAPSHOT)
|
| // Checks function fingerprints. Prints mismatches and aborts if
|
|
|