Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 26604) |
| +++ runtime/vm/object.h (working copy) |
| @@ -949,6 +949,9 @@ |
| // Return true on success, or false and error otherwise. |
| bool ApplyPatch(const Class& patch, Error* error) const; |
| + |
|
srdjan
2013/08/23 22:26:10
Only one line between functions.
hausner
2013/08/23 22:44:50
Done.
|
| + RawObject* Evaluate(const String& expr) const; |
| + |
| RawError* EnsureIsFinalized(Isolate* isolate) const; |
| // Allocate a class used for VM internal objects. |