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

Side by Side Diff: test/inspector/runtime/call-function-on-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
OLDNEW
1 Tests that Runtime.callFunctionOn works with awaitPromise flag. 1 Tests that Runtime.callFunctionOn works with awaitPromise flag.
2 2
3 Running test: testArguments 3 Running test: testArguments
4 { 4 {
5 id : <messageId> 5 id : <messageId>
6 result : { 6 result : {
7 result : { 7 result : {
8 type : string 8 type : string
9 value : undefined|NaN|[object Object]|[object Object] 9 value : undefined|NaN|[object Object]|[object Object]
10 } 10 }
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 exceptionDetails : { 118 exceptionDetails : {
119 columnNumber : 0 119 columnNumber : 0
120 exception : { 120 exception : {
121 type : object 121 type : object
122 value : { 122 value : {
123 a : 3 123 a : 3
124 } 124 }
125 } 125 }
126 exceptionId : <exceptionId> 126 exceptionId : <exceptionId>
127 lineNumber : 0 127 lineNumber : 0
128 stackTrace : {
129 callFrames : [
130 ]
131 }
132 text : Uncaught (in promise) 128 text : Uncaught (in promise)
133 } 129 }
134 result : { 130 result : {
135 type : object 131 type : object
136 value : { 132 value : {
137 a : 3 133 a : 3
138 } 134 }
139 } 135 }
140 } 136 }
141 } 137 }
OLDNEW
« no previous file with comments | « test/inspector/debugger/max-async-call-chain-depth-expected.txt ('k') | test/inspector/runtime/es6-module-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698