From b201a7b93f35a3d66c319038d0f3419c7bd935cc Mon Sep 17 00:00:00 2001 From: develar Date: Tue, 15 Dec 2015 03:47:03 -0800 Subject: [PATCH] Export BreakEvent and CompileEvent R=yangguo@chromium.org Review URL: https://codereview.chromium.org/1477233002 Cr-Commit-Position: refs/heads/master@{#32861} --- AUTHORS | 3 ++- src/debug/debug.js | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 493eb873c5b0..d30a17d13571 100644 --- a/AUTHORS +++ b/AUTHORS @@ -103,7 +103,8 @@ Stefan Penner Tobias Burnus Victor Costan Vlad Burlik +Vladimir Krivosheev Vladimir Shutoff Yu Yin Zhongping Wang -柳荣一 +柳荣一 \ No newline at end of file diff --git a/src/debug/debug.js b/src/debug/debug.js index 2d9f67a641da..a3c8244b370a 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.