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

Unified Diff: src/debug/debug.h

Issue 2668613002: [inspector] added Debugger.moduleRequested notification
Patch Set: added missing 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') | src/debug/debug.cc » ('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 dd6bb31d5f62cc8aca2d219c85d9a3671a98aaf7..23431fb00a03ad61c465fc2c5a7247b6e5706ee3 100644
--- a/src/debug/debug.h
+++ b/src/debug/debug.h
@@ -357,6 +357,10 @@ class Debug {
void SetDebugDelegate(debug::DebugDelegate* delegate);
+ void OnModuleRequested(Handle<Module> referer, Handle<Module> requested,
+ Handle<String> specifier);
+ void ReportRequestedModules();
+
// Returns whether the operation succeeded. Compilation can only be triggered
// if a valid closure is passed as the second argument, otherwise the shared
// function needs to be compiled already.
« no previous file with comments | « src/api.cc ('k') | src/debug/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698