OLD | NEW |
1 Debugger.scriptParsed and Debugger.scriptFailedToParse with ES6 module | 1 Debugger.scriptParsed and Debugger.scriptFailedToParse with ES6 module |
2 | 2 |
3 Running test: testLoadedModulesOnDebuggerEnable | 3 Running test: testLoadedModulesOnDebuggerEnable |
4 { | 4 { |
5 method : Debugger.scriptParsed | 5 method : Debugger.scriptParsed |
6 params : { | 6 params : { |
7 endColumn : 1 | 7 endColumn : 1 |
8 endLine : 3 | 8 endLine : 3 |
9 executionContextId : <executionContextId> | 9 executionContextId : <executionContextId> |
10 hasSourceURL : false | 10 hasSourceURL : false |
11 hash : F8E59942466284E2766FD161CA6FFD024048A807 | 11 hash : F8E59942466284E2766FD161CA6FFD024048A807 |
12 isLiveEdit : false | 12 isLiveEdit : false |
13 isModule : true | 13 isModule : true |
| 14 length : 39 |
14 scriptId : <scriptId> | 15 scriptId : <scriptId> |
15 sourceMapURL : | 16 sourceMapURL : |
16 startColumn : 0 | 17 startColumn : 0 |
17 startLine : 0 | 18 startLine : 0 |
18 url : module1.js | 19 url : module1.js |
19 } | 20 } |
20 } | 21 } |
21 | 22 |
22 Running test: testScriptEventsWhenDebuggerIsEnabled | 23 Running test: testScriptEventsWhenDebuggerIsEnabled |
23 { | 24 { |
24 method : Debugger.scriptParsed | 25 method : Debugger.scriptParsed |
25 params : { | 26 params : { |
26 endColumn : 1 | 27 endColumn : 1 |
27 endLine : 3 | 28 endLine : 3 |
28 executionContextId : <executionContextId> | 29 executionContextId : <executionContextId> |
29 hasSourceURL : false | 30 hasSourceURL : false |
30 hash : F8E59942466284E2766FD161CA6FFD024048A807 | 31 hash : F8E59942466284E2766FD161CA6FFD024048A807 |
31 isLiveEdit : false | 32 isLiveEdit : false |
32 isModule : true | 33 isModule : true |
| 34 length : 39 |
33 scriptId : <scriptId> | 35 scriptId : <scriptId> |
34 sourceMapURL : | 36 sourceMapURL : |
35 startColumn : 0 | 37 startColumn : 0 |
36 startLine : 0 | 38 startLine : 0 |
37 url : module2.js | 39 url : module2.js |
38 } | 40 } |
39 } | 41 } |
40 { | 42 { |
41 method : Debugger.scriptFailedToParse | 43 method : Debugger.scriptFailedToParse |
42 params : { | 44 params : { |
43 endColumn : 1 | 45 endColumn : 1 |
44 endLine : 0 | 46 endLine : 0 |
45 executionContextId : <executionContextId> | 47 executionContextId : <executionContextId> |
46 hasSourceURL : false | 48 hasSourceURL : false |
47 hash : FF746120E4E4F1BA4CB5762843D429DC872EBA18 | 49 hash : FF746120E4E4F1BA4CB5762843D429DC872EBA18 |
48 isModule : true | 50 isModule : true |
| 51 length : 1 |
49 scriptId : <scriptId> | 52 scriptId : <scriptId> |
50 sourceMapURL : | 53 sourceMapURL : |
51 startColumn : 0 | 54 startColumn : 0 |
52 startLine : 0 | 55 startLine : 0 |
53 url : module-with-syntax-error-2.js | 56 url : module-with-syntax-error-2.js |
54 } | 57 } |
55 } | 58 } |
OLD | NEW |