| Index: src/debug/debug-interface.h
|
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
|
| index 443ed4232fe436b9f815895a29fe1d19ab41394c..b059f3e2d9b459472c16297a2e5616b15465632b 100644
|
| --- a/src/debug/debug-interface.h
|
| +++ b/src/debug/debug-interface.h
|
| @@ -202,6 +202,9 @@ class DebugInterface {
|
| */
|
| static void GetLoadedScripts(Isolate* isolate,
|
| PersistentValueVector<Script>& scripts);
|
| +
|
| + static MaybeLocal<UnboundScript> CompileInspectorScript(Isolate* isolate,
|
| + Local<String> source);
|
| };
|
|
|
| } // namespace v8
|
|
|