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

Unified Diff: src/inspector/debugger_script_externs.js

Issue 2650943011: [debug] remove StepFrame (Closed)
Patch Set: Created 3 years, 11 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
Index: src/inspector/debugger_script_externs.js
diff --git a/src/inspector/debugger_script_externs.js b/src/inspector/debugger_script_externs.js
index 4b518ff094ec588d837489e386f76e19b8b8d094..e2006309c4b214849ad73ed55900f837649d2e1a 100644
--- a/src/inspector/debugger_script_externs.js
+++ b/src/inspector/debugger_script_externs.js
@@ -86,18 +86,6 @@ const BreakPositionAlignment = {
};
Debug.BreakPositionAlignment = BreakPositionAlignment;
-/** @enum */
-Debug.StepAction = { StepOut: 0,
- StepNext: 1,
- StepIn: 2,
- StepFrame: 3 };
-
-/** @enum */
-const ScriptCompilationType = { Host: 0,
- Eval: 1,
- JSON: 2 };
-Debug.ScriptCompilationType = ScriptCompilationType;
-
/** @interface */
function DebuggerFlag() {}
« src/debug/debug.cc ('K') | « src/debug/debug.js ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698