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

Unified Diff: src/api.h

Issue 2449213002: [inspector] migrate scriptParsed and getCompiledScripts to native (Closed)
Patch Set: addressed comments Created 4 years, 2 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 | « no previous file | src/api.cc » ('j') | src/inspector/v8-debugger-script.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.h
diff --git a/src/api.h b/src/api.h
index bbd957a4a0fd4f71aa0cd00b56ec5c441a82f785..6fcaa90a5ebe2160f0a8bc15a60b6a7706201a5f 100644
--- a/src/api.h
+++ b/src/api.h
@@ -7,6 +7,7 @@
#include "include/v8-testing.h"
#include "src/contexts.h"
+#include "src/debug/debug-interface.h"
#include "src/factory.h"
#include "src/isolate.h"
#include "src/list.h"
@@ -108,7 +109,8 @@ class RegisteredExtension {
V(StackTrace, JSArray) \
V(StackFrame, JSObject) \
V(Proxy, JSProxy) \
- V(NativeWeakMap, JSWeakMap)
+ V(NativeWeakMap, JSWeakMap) \
+ V(DebugInterface::Script, Script)
class Utils {
public:
« no previous file with comments | « no previous file | src/api.cc » ('j') | src/inspector/v8-debugger-script.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698