Index: runtime/vm/compiler.h |
=================================================================== |
--- runtime/vm/compiler.h (revision 26007) |
+++ runtime/vm/compiler.h (working copy) |
@@ -62,6 +62,9 @@ |
// on compilation failure. |
static RawObject* ExecuteOnce(SequenceNode* fragment); |
+ // Evaluate expression in the context of object obj. |
+ static RawObject* Evaluate(const Instance& obj, const String& expr); |
+ |
// Eagerly compiles all functions in a class. |
// |
// Returns Error::null() if there is no compilation error. |