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

Unified Diff: test/debugger/debug/debug-eval-scope.js

Issue 2519773003: [debug] Add Eval scope type to inspector protocol (Closed)
Patch Set: Address comments 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
Index: test/debugger/debug/debug-eval-scope.js
diff --git a/test/mjsunit/debug-eval-scope.js b/test/debugger/debug/debug-eval-scope.js
similarity index 99%
rename from test/mjsunit/debug-eval-scope.js
rename to test/debugger/debug/debug-eval-scope.js
index 2b97bf65f2fc250f66a4d54c90b4b888fc3dfe40..093c4df7220b84d07e386e59aba0d5ed8c2d15f3 100644
--- a/test/mjsunit/debug-eval-scope.js
+++ b/test/debugger/debug/debug-eval-scope.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --expose-debug-as debug --no-always-opt
+// Flags: --no-always-opt
// Test that the (strict) eval scope is visible to the debugger.
« no previous file with comments | « test/debugger/debug-evaluate-locals-optimized-double.js ('k') | test/debugger/debug/debug-evaluate-locals-optimized-double.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698