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

Unified Diff: src/accessors.h

Issue 879553002: [V8] Added Script::is_debugger_script flag for embedders (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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 | « include/v8.h ('k') | src/accessors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 0210d535e5e748e833058e59514a24ae79b5d40e..bf0c4e43300c9bc2a3983d359415913c27f52805 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -36,6 +36,7 @@ namespace internal {
V(ScriptType) \
V(ScriptSourceUrl) \
V(ScriptSourceMappingUrl) \
+ V(ScriptIsEmbedderDebugScript) \
V(StringLength)
// Accessors contains all predefined proxy accessors.
« no previous file with comments | « include/v8.h ('k') | src/accessors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698