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

Unified Diff: Source/core/inspector/JavaScriptCallFrame.idl

Issue 466243002: Support merged Dart-JS callstacks (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 6 years, 3 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 | « Source/core/inspector/JavaScriptCallFrame.cpp ('k') | Source/core/inspector/ScriptDebugListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/JavaScriptCallFrame.idl
diff --git a/Source/core/inspector/JavaScriptCallFrame.idl b/Source/core/inspector/JavaScriptCallFrame.idl
index e4c4baa2474c94ff6ae453a3012dba108fc8807c..097742234bc13878fecfc511ed9f45373f285550 100644
--- a/Source/core/inspector/JavaScriptCallFrame.idl
+++ b/Source/core/inspector/JavaScriptCallFrame.idl
@@ -46,6 +46,8 @@
readonly attribute long sourceID;
readonly attribute long line;
readonly attribute long column;
+ readonly attribute double framePointerHigh;
+ readonly attribute double framePointerLow;
[Custom=Getter] readonly attribute object scopeChain;
[Custom] unsigned short scopeType(long scopeIndex);
[Custom=Getter] readonly attribute object thisObject;
« no previous file with comments | « Source/core/inspector/JavaScriptCallFrame.cpp ('k') | Source/core/inspector/ScriptDebugListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698