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

Unified Diff: test/inspector/debugger/side-effect-free-debug-evaluate-expected.txt

Issue 2685483002: [debugger] expose side-effect free evaluate to inspector. (Closed)
Patch Set: add inspector test Created 3 years, 10 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/side-effect-free-debug-evaluate.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/side-effect-free-debug-evaluate-expected.txt
diff --git a/test/inspector/debugger/side-effect-free-debug-evaluate-expected.txt b/test/inspector/debugger/side-effect-free-debug-evaluate-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d77870e737b2444831f55467d83c331f2ca3962e
--- /dev/null
+++ b/test/inspector/debugger/side-effect-free-debug-evaluate-expected.txt
@@ -0,0 +1,5 @@
+Paused on 'debugger;'
+f() returns 1
+g() returns 2
+f() returns 1
+g() throws EvalError
« no previous file with comments | « test/inspector/debugger/side-effect-free-debug-evaluate.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698