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

Unified Diff: src/debug/debug.h

Issue 2710953004: [inspector] added restrictToFunction flag for getPossibleBreakpoints (Closed)
Patch Set: Created 3 years, 10 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
Index: src/debug/debug.h
diff --git a/src/debug/debug.h b/src/debug/debug.h
index 43338d7f0a0778def2a6da61aa006aa3db8dbd61..e9a47c095ac5c54181289181a8fc0364a87722b8 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -312,7 +312,8 @@ class Debug {
bool PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared);
bool GetPossibleBreakpoints(Handle<Script> script, int start_position,
- int end_position, std::set<int>* positions);
+ int end_position, bool ignore_nested_functions,
+ std::set<int>* positions);
void RecordGenerator(Handle<JSGeneratorObject> generator_object);
« no previous file with comments | « src/api.cc ('k') | src/debug/debug.cc » ('j') | src/inspector/js_protocol.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698