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

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

Issue 2415073003: [debug] [reland] Consistently use script from FrameMirror (Closed)
Patch Set: address comments and minor other fixes Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/debugger/asm-js-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/asm-js-stack-expected.txt
diff --git a/test/inspector/debugger/asm-js-stack-expected.txt b/test/inspector/debugger/asm-js-stack-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f3bfd8de6a7af323046d3c9905e3082689aeca77
--- /dev/null
+++ b/test/inspector/debugger/asm-js-stack-expected.txt
@@ -0,0 +1,17 @@
+Paused on 'debugger;'
+Number of frames: 5
+ - [0] {"functionName":"call_debugger","function_lineNumber":13,"function_columnNumber":24,"lineNumber":14,"columnNumber":4}
+ - [1] {"functionName":"callDebugger","lineNumber":5,"columnNumber":6}
+ - [2] {"functionName":"redirectFun","lineNumber":8,"columnNumber":6}
+ - [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnNumber":21,"lineNumber":18,"columnNumber":2}
+ - [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"lineNumber":0,"columnNumber":0}
+Getting v8-generated stack trace...
+Result of evaluate (string):
+Error: getting stack trace
+ -- skipped --
+ at call_debugger (<anonymous>:15:5)
+ at callDebugger (<anonymous>:6:7)
+ at redirectFun (<anonymous>:9:7)
+ at testFunction (<anonymous>:19:3)
+ at <anonymous>:1:1
+Finished!
« no previous file with comments | « test/inspector/debugger/asm-js-stack.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698