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

Unified Diff: src/debug/debug.h

Issue 2656743003: [inspector] take into account inlined frames in ::HasNonBlackboxedFrameOnStack (Closed)
Patch Set: little fix in test Created 3 years, 11 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 | « src/api.cc ('k') | test/inspector/debugger/framework-break.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index d099290a4a9726ec246c033f0160ae9c217d1324..316b9027dc2842743a12d55d1c95ae3b19d7599e 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -389,6 +389,8 @@ class Debug {
void FramesHaveBeenDropped(StackFrame::Id new_break_frame_id,
LiveEditFrameDropMode mode);
+ bool IsFrameBlackboxed(JavaScriptFrame* frame);
+
// Threading support.
char* ArchiveDebug(char* to);
char* RestoreDebug(char* from);
@@ -498,7 +500,6 @@ class Debug {
bool IsBlackboxed(SharedFunctionInfo* shared);
bool IsExceptionBlackboxed(bool uncaught);
- bool IsFrameBlackboxed(JavaScriptFrame* frame);
void OnException(Handle<Object> exception, Handle<Object> promise);
« no previous file with comments | « src/api.cc ('k') | test/inspector/debugger/framework-break.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698