| 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.
|
|
|