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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 Checks that inspector reports script compiled in Runtime.evaluate,Runtime.callFu nctionOn and Runtime.compileScript 1 Checks that inspector reports script compiled in Runtime.evaluate,Runtime.callFu nctionOn and Runtime.compileScript
2 Runtime.evaluate with valid expression 2 Runtime.evaluate with valid expression
3 { 3 {
4 method : Debugger.scriptParsed 4 method : Debugger.scriptParsed
5 params : { 5 params : {
6 endColumn : 29 6 endColumn : 29
7 endLine : 0 7 endLine : 0
8 executionContextId : <executionContextId> 8 executionContextId : <executionContextId>
9 hasSourceURL : true 9 hasSourceURL : true
10 hash : 9D04F7335D1661503EAB9AF3EACAF92020803F34 10 hash : 9D04F7335D1661503EAB9AF3EACAF92020803F34
11 isLiveEdit : false 11 isLiveEdit : false
12 isModule : false
12 scriptId : <scriptId> 13 scriptId : <scriptId>
13 sourceMapURL : 14 sourceMapURL :
14 startColumn : 0 15 startColumn : 0
15 startLine : 0 16 startLine : 0
16 url : evaluate.js 17 url : evaluate.js
17 } 18 }
18 } 19 }
19 Runtime.evaluate with syntax error 20 Runtime.evaluate with syntax error
20 { 21 {
21 method : Debugger.scriptFailedToParse 22 method : Debugger.scriptFailedToParse
22 params : { 23 params : {
23 endColumn : 39 24 endColumn : 39
24 endLine : 0 25 endLine : 0
25 executionContextId : <executionContextId> 26 executionContextId : <executionContextId>
26 hasSourceURL : true 27 hasSourceURL : true
27 hash : 9BCA34A10E5386925E74C1716C857BEB02821E15 28 hash : 9BCA34A10E5386925E74C1716C857BEB02821E15
29 isModule : false
28 scriptId : <scriptId> 30 scriptId : <scriptId>
29 sourceMapURL : 31 sourceMapURL :
30 startColumn : 0 32 startColumn : 0
31 startLine : 0 33 startLine : 0
32 url : evaluate-syntax-error.js 34 url : evaluate-syntax-error.js
33 } 35 }
34 } 36 }
35 Runtime.callFunctionOn with valid functionDeclaration 37 Runtime.callFunctionOn with valid functionDeclaration
36 { 38 {
37 method : Debugger.scriptParsed 39 method : Debugger.scriptParsed
38 params : { 40 params : {
39 endColumn : 18 41 endColumn : 18
40 endLine : 0 42 endLine : 0
41 executionContextId : <executionContextId> 43 executionContextId : <executionContextId>
42 hasSourceURL : false 44 hasSourceURL : false
43 hash : 9D04CEA1B54DF92A01A0498543D429DC872EBA18 45 hash : 9D04CEA1B54DF92A01A0498543D429DC872EBA18
44 isLiveEdit : false 46 isLiveEdit : false
47 isModule : false
45 scriptId : <scriptId> 48 scriptId : <scriptId>
46 sourceMapURL : 49 sourceMapURL :
47 startColumn : 0 50 startColumn : 0
48 startLine : 0 51 startLine : 0
49 url : 52 url :
50 } 53 }
51 } 54 }
52 Runtime.callFunctionOn with syntax error 55 Runtime.callFunctionOn with syntax error
53 { 56 {
54 method : Debugger.scriptFailedToParse 57 method : Debugger.scriptFailedToParse
55 params : { 58 params : {
56 endColumn : 3 59 endColumn : 3
57 endLine : 0 60 endLine : 0
58 executionContextId : <executionContextId> 61 executionContextId : <executionContextId>
59 hasSourceURL : false 62 hasSourceURL : false
60 hash : 9D04D83251E2B7F64CB5762843D429DC872EBA18 63 hash : 9D04D83251E2B7F64CB5762843D429DC872EBA18
64 isModule : false
61 scriptId : <scriptId> 65 scriptId : <scriptId>
62 sourceMapURL : 66 sourceMapURL :
63 startColumn : 0 67 startColumn : 0
64 startLine : 0 68 startLine : 0
65 url : 69 url :
66 } 70 }
67 } 71 }
68 Runtime.compileScript with valid expression 72 Runtime.compileScript with valid expression
69 { 73 {
70 method : Debugger.scriptParsed 74 method : Debugger.scriptParsed
71 params : { 75 params : {
72 endColumn : 4 76 endColumn : 4
73 endLine : 0 77 endLine : 0
74 executionContextId : <executionContextId> 78 executionContextId : <executionContextId>
75 hasSourceURL : false 79 hasSourceURL : false
76 hash : 9D04F733E4E4F1BA4CB5762843D429DC872EBA18 80 hash : 9D04F733E4E4F1BA4CB5762843D429DC872EBA18
77 isLiveEdit : false 81 isLiveEdit : false
82 isModule : false
78 scriptId : <scriptId> 83 scriptId : <scriptId>
79 sourceMapURL : 84 sourceMapURL :
80 startColumn : 0 85 startColumn : 0
81 startLine : 0 86 startLine : 0
82 url : compile-script.js 87 url : compile-script.js
83 } 88 }
84 } 89 }
85 Runtime.compileScript with syntax error 90 Runtime.compileScript with syntax error
86 { 91 {
87 method : Debugger.scriptFailedToParse 92 method : Debugger.scriptFailedToParse
88 params : { 93 params : {
89 endColumn : 1 94 endColumn : 1
90 endLine : 0 95 endLine : 0
91 executionContextId : <executionContextId> 96 executionContextId : <executionContextId>
92 hasSourceURL : false 97 hasSourceURL : false
93 hash : FF746120E4E4F1BA4CB5762843D429DC872EBA18 98 hash : FF746120E4E4F1BA4CB5762843D429DC872EBA18
99 isModule : false
94 scriptId : <scriptId> 100 scriptId : <scriptId>
95 sourceMapURL : 101 sourceMapURL :
96 startColumn : 0 102 startColumn : 0
97 startLine : 0 103 startLine : 0
98 url : compile-script-syntax-error.js 104 url : compile-script-syntax-error.js
99 } 105 }
100 } 106 }
101 Runtime.compileScript persistScript: false (should be no script events) 107 Runtime.compileScript persistScript: false (should be no script events)
OLDNEW
« 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