Chromium Code Reviews| Index: runtime/vm/debugger.h |
| =================================================================== |
| --- runtime/vm/debugger.h (revision 35336) |
| +++ runtime/vm/debugger.h (working copy) |
| @@ -176,9 +176,13 @@ |
| Instance* value); |
| RawArray* GetLocalVariables(); |
| + RawObject* GetReceiver(); |
| + |
| RawContext* GetSavedEntryContext(); |
| RawContext* GetSavedCurrentContext(); |
| + RawObject* Evaluate(const String& expr); |
| + |
| void PrintToJSONObject(JSONObject* jsobj); |
| private: |