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

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

Issue 2493823003: [wasm] Allocate a single script per wasm module (Closed)
Patch Set: rebase 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') | test/mjsunit/wasm/debug-disassembly.js » ('j') | 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 5f2853c27d971bca53cb150d09b02d9b41ff1052..cbe4406932f316fce35f0122a8114cc8ad7053df 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":"main","lineNumber":0,"columnNumber":1}
- - [2] {"functionName":"main","lineNumber":0,"columnNumber":1}
+ - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":1}
+ - [2] {"functionName":"main","lineNumber":2,"columnNumber":1}
- [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...
@@ -11,7 +11,7 @@ Result of evaluate (string):
Error: this is your stack trace:
-- skipped --
at call_debugger (<anonymous>:3:5)
- at main (<WASM>[1]+1)
+ at call_func (<WASM>[1]+1)
at main (<WASM>[2]+1)
at testFunction (<anonymous>:15:20)
at <anonymous>:1:1
« no previous file with comments | « test/inspector/debugger/wasm-stack.js ('k') | test/mjsunit/wasm/debug-disassembly.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698