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

Unified Diff: test/debugger/debug/debug-stepframe.js

Issue 2514303003: [debug-wrapper] Implement StepFrame through runtime (Closed)
Patch Set: 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 | « src/runtime/runtime-debug.cc ('k') | test/debugger/debug/debug-stepframe-clearing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-stepframe.js
diff --git a/test/mjsunit/debug-stepframe.js b/test/debugger/debug/debug-stepframe.js
similarity index 98%
rename from test/mjsunit/debug-stepframe.js
rename to test/debugger/debug/debug-stepframe.js
index 8d9f959e78756c422c5845ac446a63dce6d244a1..cb1675994ac36332e78b6fc548023b9bdb2a8fb3 100644
--- a/test/mjsunit/debug-stepframe.js
+++ b/test/debugger/debug/debug-stepframe.js
@@ -2,7 +2,6 @@
// 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
function f0() {
var v00 = 0; // Break 1
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/debug/debug-stepframe-clearing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698