Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevelar <develar@gmail.com>2015-12-15 14:47:03 +0300
committerMyles Borins <mborins@us.ibm.com>2016-03-16 21:25:26 +0300
commitb6c355de0d35e2759732d7573bd651f53d2b1f15 (patch)
treef1e618013e85f65635ebf69291e9cbc6f8f6ec08
parent5e9cac4333b7274d1354b86f44a43db374dac2f6 (diff)
deps: backport fb4ccae from v8 upstream
Original commit message: Export BreakEvent and CompileEvent R=yangguo@chromium.org Review URL: https://codereview.chromium.org/1477233002 Cr-Commit-Position: refs/heads/master@{#32861} PR-URL: https://github.com/nodejs/node/pull/4231 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
-rw-r--r--deps/v8/AUTHORS1
-rw-r--r--deps/v8/src/debug/debug.js3
2 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/AUTHORS b/deps/v8/AUTHORS
index 72c23bcc83e..05e3f9410c6 100644
--- a/deps/v8/AUTHORS
+++ b/deps/v8/AUTHORS
@@ -96,6 +96,7 @@ Seo Sanghyeon <sanxiyn@gmail.com>
Tobias Burnus <burnus@net-b.de>
Victor Costan <costan@gmail.com>
Vlad Burlik <vladbph@gmail.com>
+Vladimir Krivosheev <develar@gmail.com>
Vladimir Shutoff <vovan@shutoff.ru>
Yu Yin <xwafish@gmail.com>
Zhongping Wang <kewpie.w.zp@gmail.com>
diff --git a/deps/v8/src/debug/debug.js b/deps/v8/src/debug/debug.js
index 2e51d430889..33b5e6a5543 100644
--- a/deps/v8/src/debug/debug.js
+++ b/deps/v8/src/debug/debug.js
@@ -2607,6 +2607,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.