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

Unified Diff: test/inspector/runtime/es6-module-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/runtime/es6-module.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/es6-module-expected.txt
diff --git a/test/inspector/runtime/es6-module-expected.txt b/test/inspector/runtime/es6-module-expected.txt
index 60f4d5adb5b47ba3dcd645c33a78b18eaf526ae9..421d88c4c3939ee518131392f4e106da8037ff95 100644
--- a/test/inspector/runtime/es6-module-expected.txt
+++ b/test/inspector/runtime/es6-module-expected.txt
@@ -8,6 +8,7 @@ Checks basic ES6 modules support.
hasSourceURL : false
hash : 9C014F7249BAFA12B91017817AD15091D01A9155
isLiveEdit : false
+ isModule : true
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -24,6 +25,7 @@ Checks basic ES6 modules support.
hasSourceURL : false
hash : 443A2FA24A6112E6B9101781E6A19B56BDC396D4
isLiveEdit : false
+ isModule : true
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -40,6 +42,7 @@ Checks basic ES6 modules support.
hasSourceURL : false
hash : 54D834614FBF9B389082DAE06CD3EFC499BEBF13
isLiveEdit : false
+ isModule : true
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
@@ -183,6 +186,7 @@ console.log(239)
executionContextId : <executionContextId>
hasSourceURL : false
hash : FF746120E4E4F1BA4CB5762843D429DC872EBA18
+ isModule : true
scriptId : <scriptId>
sourceMapURL :
startColumn : 0
« no previous file with comments | « test/inspector/runtime/es6-module.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698