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

Unified Diff: src/debug/debug.js

Issue 1477233002: Export BreakEvent and CompileEvent (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: move name "Vladimir Krivosheev <develar@gmail.com>" into alphabetically sorted order in AUTHORS Created 5 years 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 | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.js
diff --git a/src/debug/debug.js b/src/debug/debug.js
index 2d9f67a641dae9bb797c27e4ca0601636d630f47..a3c8244b370a6fe671ad101fe4ba3563e80fa37b 100644
--- a/src/debug/debug.js
+++ b/src/debug/debug.js
@@ -2601,6 +2601,9 @@ function ValueToProtocolValue_(value, mirror_serializer) {
utils.InstallConstants(global, [
"Debug", Debug,
"DebugCommandProcessor", DebugCommandProcessor,
+ "BreakEvent", BreakEvent,
+ "CompileEvent", CompileEvent,
+ "BreakPoint", BreakPoint,
]);
// Functions needed by the debugger runtime.
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698