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