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

Unified Diff: src/inspector/debugger_script_externs.js

Issue 2568083002: [inspector] add scope type for modules. (Closed)
Patch Set: Created 4 years 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/inspector/debugger_script_externs.js
diff --git a/src/inspector/debugger_script_externs.js b/src/inspector/debugger_script_externs.js
index 2abef9174288fb85a10f804c195c87660fbfe105..10231b0ba04d58f959ffaf60b2affebbb1a45599 100644
--- a/src/inspector/debugger_script_externs.js
+++ b/src/inspector/debugger_script_externs.js
@@ -199,7 +199,8 @@ var ScopeType = { Global: 0,
Catch: 4,
Block: 5,
Script: 6,
- Eval: 7 };
+ Eval: 7,
+ Module: 8};
jgruber 2016/12/12 13:23:48 Nit: Whitespace before bracket.
/** @typedef {{

Powered by Google App Engine
This is Rietveld 408576698