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

Unified Diff: test/debugger/debug/debug-break-native.js

Issue 2497973002: [debug-wrapper] Further extend the debug wrapper (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
« no previous file with comments | « test/debugger/debug/compiler/osr-typing-debug-change.js ('k') | test/debugger/debug/debug-breakpoints.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-break-native.js
diff --git a/test/mjsunit/debug-break-native.js b/test/debugger/debug/debug-break-native.js
similarity index 93%
rename from test/mjsunit/debug-break-native.js
rename to test/debugger/debug/debug-break-native.js
index 3e6fff42b57b7ddb89ef04342bf92cd468066dc6..10ed405670ffe10d66da211d74a8af1c7b7fccd8 100644
--- a/test/mjsunit/debug-break-native.js
+++ b/test/debugger/debug/debug-break-native.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
Debug = debug.Debug
var exception = null;
@@ -28,7 +27,6 @@ function f(x) {
Debug.setBreakPoint(f, 0, 0); // break
Debug.scripts(); // break
-debug.MakeMirror(f); // break
new Error("123").stack; // break
Math.sin(0); // break
« no previous file with comments | « test/debugger/debug/compiler/osr-typing-debug-change.js ('k') | test/debugger/debug/debug-breakpoints.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698