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

Unified Diff: src/frames.h

Issue 11412310: Issue 2399 part 2: In debugger allow modifying local variable values (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: follow code review Created 8 years 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 | src/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index 30f7e1f00e552575295b074b08d5bb4396461cbb..6f803c0608d13c67f81af6f7fbb41c3756ac9461 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -500,6 +500,9 @@ class JavaScriptFrame: public StandardFrame {
return GetNumberOfIncomingArguments();
}
+ // Debugger access.
+ void SetParameterValue(int index, Object* value) const;
+
// Check if this frame is a constructor frame invoked through 'new'.
bool IsConstructor() const;
« no previous file with comments | « no previous file | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698