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

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

Issue 2427633002: Revert of [debug] Consistently use script from FrameMirror (Closed)
Patch Set: 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
deleted file mode 100644
index f3bfd8de6a7af323046d3c9905e3082689aeca77..0000000000000000000000000000000000000000
--- a/test/inspector/debugger/asm-js-stack-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-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