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

Unified Diff: test/inspector/debugger/wasm-stack-expected.txt

Issue 2493773003: [inspector] Introduce translation of wasm frames (Closed)
Patch Set: Very last-minute changes Created 4 years, 1 month 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/debugger/wasm-stack.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/wasm-stack-expected.txt
diff --git a/test/inspector/debugger/wasm-stack-expected.txt b/test/inspector/debugger/wasm-stack-expected.txt
index cbe4406932f316fce35f0122a8114cc8ad7053df..aac5444566650ac9e050d4975ba25034cc27a39c 100644
--- a/test/inspector/debugger/wasm-stack-expected.txt
+++ b/test/inspector/debugger/wasm-stack-expected.txt
@@ -2,8 +2,8 @@ Running testFunction with generated WASM bytes...
Paused on 'debugger;'
Number of frames: 5
- [0] {"functionName":"call_debugger","function_lineNumber":1,"function_columnNumber":24,"lineNumber":2,"columnNumber":4}
- - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":1}
- - [2] {"functionName":"main","lineNumber":2,"columnNumber":1}
+ - [1] {"functionName":"call_func","lineNumber":3,"columnNumber":0}
+ - [2] {"functionName":"main","lineNumber":4,"columnNumber":2}
- [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnNumber":21,"lineNumber":14,"columnNumber":19}
- [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"lineNumber":0,"columnNumber":0}
Getting v8-generated stack trace...
@@ -12,7 +12,7 @@ Error: this is your stack trace:
-- skipped --
at call_debugger (<anonymous>:3:5)
at call_func (<WASM>[1]+1)
- at main (<WASM>[2]+1)
+ at main (<WASM>[2]+3)
at testFunction (<anonymous>:15:20)
at <anonymous>:1:1
Finished!
« no previous file with comments | « test/inspector/debugger/wasm-stack.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698