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

Unified Diff: src/debug/debug-interface.h

Issue 2499273003: [inspector] introduced Script::TYPE_INSPECTOR (Closed)
Patch Set: Created 4 years, 1 month 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-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
« no previous file with comments | « src/compiler.cc ('k') | src/frames.cc » ('j') | src/inspector/v8-inspector-impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698