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

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

Issue 2836623002: [inspector] always include user scripts in the snapshot. (Closed)
Patch Set: rebase Created 3 years, 8 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/inspector/v8-debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug-interface.h
diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h
index b3b849a41fa64df5f5d3f3d0a8555477e706ba58..ffe34c112ebb4c521bf4c7b0c54590450c550110 100644
--- a/src/debug/debug-interface.h
+++ b/src/debug/debug-interface.h
@@ -129,6 +129,7 @@ class V8_EXPORT_PRIVATE Script {
ScriptOriginOptions OriginOptions() const;
bool WasCompiled() const;
+ bool IsEmbedded() const;
int Id() const;
int LineOffset() const;
int ColumnOffset() const;
@@ -136,7 +137,7 @@ class V8_EXPORT_PRIVATE Script {
MaybeLocal<String> Name() const;
MaybeLocal<String> SourceURL() const;
MaybeLocal<String> SourceMappingURL() const;
- MaybeLocal<Value> ContextData() const;
+ Maybe<int> ContextId() const;
MaybeLocal<String> Source() const;
bool IsWasm() const;
bool IsModule() const;
« no previous file with comments | « src/api.cc ('k') | src/inspector/v8-debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698