Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: runtime/vm/debugger.h

Issue 1077793003: Remove redundant variable descriptors from optimized code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.h
===================================================================
--- runtime/vm/debugger.h (revision 45130)
+++ runtime/vm/debugger.h (working copy)
@@ -12,7 +12,6 @@
namespace dart {
-class ActiveVariables;
class CodeBreakpoint;
class Isolate;
class JSONArray;
@@ -174,7 +173,6 @@
intptr_t TokenPos();
intptr_t LineNumber();
intptr_t ColumnNumber();
- void SetContext(const Context& ctx) { ctx_ = ctx.raw(); }
// Returns true if this frame is for a function that is visible
// to the user and can be debugged.
@@ -198,7 +196,7 @@
RawArray* GetLocalVariables();
RawObject* GetReceiver();
- RawContext* GetSavedCurrentContext();
+ const Context& GetSavedCurrentContext();
RawObject* Evaluate(const String& expr);
« no previous file with comments | « no previous file | runtime/vm/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698