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

Unified Diff: src/debug/debug.js

Issue 2531543002: [debug] mark more unused debug API as deprecated. (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
Index: src/debug/debug.js
diff --git a/src/debug/debug.js b/src/debug/debug.js
index 8031763a13909b6f693720a2df8182c1a92548a5..c0a78cd924c3a9c51488ae08f373d679da1a2caa 100644
--- a/src/debug/debug.js
+++ b/src/debug/debug.js
@@ -43,11 +43,10 @@ var sourceLineBeginningSkip = /^(?:\s*(?:\/\*.*?\*\/)*)*/;
// from the API include file debug.h.
Debug.DebugEvent = { Break: 1,
Exception: 2,
- NewFunction: 3,
- BeforeCompile: 4,
- AfterCompile: 5,
- CompileError: 6,
- AsyncTaskEvent: 7 };
+ BeforeCompile: 3,
+ AfterCompile: 4,
+ CompileError: 5,
+ AsyncTaskEvent: 6 };
// Types of exceptions that can be broken upon.
Debug.ExceptionBreak = { Caught : 0,
« no previous file with comments | « src/api.cc ('k') | test/cctest/test-debug.cc » ('j') | test/debugger/test-api.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698