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

Unified Diff: test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt

Issue 2663973002: [inspector] added experimental is_module flag for script parsed events (Closed)
Patch Set: rebased Created 3 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 | « test/inspector/debugger/script-on-after-compile-expected.txt ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt
diff --git a/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt b/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt
index 1e86252c4f674cc100dfa6f9e27aa52bd1cd67e4..cc91a65dec7d5b30bd4e0096ba8fde85e313e7d9 100644
--- a/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt
+++ b/test/inspector/debugger/script-parsed-for-runtime-evaluate-expected.txt
@@ -9,6 +9,7 @@ Runtime.evaluate with valid expression
hasSourceURL : true
hash : 9D04F7335D1661503EAB9AF3EACAF92020803F34
isLiveEdit : false
+ isModule : false
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -25,6 +26,7 @@ Runtime.evaluate with syntax error
executionContextId : <executionContextId>
hasSourceURL : true
hash : 9BCA34A10E5386925E74C1716C857BEB02821E15
+ isModule : false
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -42,6 +44,7 @@ Runtime.callFunctionOn with valid functionDeclaration
hasSourceURL : false
hash : 9D04CEA1B54DF92A01A0498543D429DC872EBA18
isLiveEdit : false
+ isModule : false
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -58,6 +61,7 @@ Runtime.callFunctionOn with syntax error
executionContextId : <executionContextId>
hasSourceURL : false
hash : 9D04D83251E2B7F64CB5762843D429DC872EBA18
+ isModule : false
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -75,6 +79,7 @@ Runtime.compileScript with valid expression
hasSourceURL : false
hash : 9D04F733E4E4F1BA4CB5762843D429DC872EBA18
isLiveEdit : false
+ isModule : false
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -91,6 +96,7 @@ Runtime.compileScript with syntax error
executionContextId : <executionContextId>
hasSourceURL : false
hash : FF746120E4E4F1BA4CB5762843D429DC872EBA18
+ isModule : false
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
« no previous file with comments | « test/inspector/debugger/script-on-after-compile-expected.txt ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698