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

Side by Side Diff: test/inspector/runtime/run-script-async-expected.txt

Issue 2807273002: [inspector] store creation stack in current V8StackTraceImpl (Closed)
Patch Set: finally passed tests Created 3 years, 8 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
« no previous file with comments | « test/inspector/runtime/exception-thrown-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl ag. 1 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl ag.
2 2
3 Running test: testRunAndCompileWithoutAgentEnable 3 Running test: testRunAndCompileWithoutAgentEnable
4 { 4 {
5 error : { 5 error : {
6 code : -32000 6 code : -32000
7 message : Runtime agent is not enabled 7 message : Runtime agent is not enabled
8 } 8 }
9 id : <messageId> 9 id : <messageId>
10 } 10 }
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 exceptionDetails : { 168 exceptionDetails : {
169 columnNumber : 0 169 columnNumber : 0
170 exception : { 170 exception : {
171 type : object 171 type : object
172 value : { 172 value : {
173 a : 1 173 a : 1
174 } 174 }
175 } 175 }
176 exceptionId : <exceptionId> 176 exceptionId : <exceptionId>
177 lineNumber : 0 177 lineNumber : 0
178 stackTrace : {
179 callFrames : [
180 ]
181 }
182 text : Uncaught (in promise) 178 text : Uncaught (in promise)
183 } 179 }
184 result : { 180 result : {
185 type : object 181 type : object
186 value : { 182 value : {
187 a : 1 183 a : 1
188 } 184 }
189 } 185 }
190 } 186 }
191 } 187 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/exception-thrown-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698