Skip to content

Commit b6c355d

Browse files
develarMyles Borins
authored andcommitted
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: #4231 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 5e9cac4 commit b6c355d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deps/v8/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Seo Sanghyeon <sanxiyn@gmail.com>
9696
Tobias Burnus <burnus@net-b.de>
9797
Victor Costan <costan@gmail.com>
9898
Vlad Burlik <vladbph@gmail.com>
99+
Vladimir Krivosheev <develar@gmail.com>
99100
Vladimir Shutoff <vovan@shutoff.ru>
100101
Yu Yin <xwafish@gmail.com>
101102
Zhongping Wang <kewpie.w.zp@gmail.com>

deps/v8/src/debug/debug.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,6 +2607,9 @@ function ValueToProtocolValue_(value, mirror_serializer) {
26072607
utils.InstallConstants(global, [
26082608
"Debug", Debug,
26092609
"DebugCommandProcessor", DebugCommandProcessor,
2610+
"BreakEvent", BreakEvent,
2611+
"CompileEvent", CompileEvent,
2612+
"BreakPoint", BreakPoint,
26102613
]);
26112614

26122615
// Functions needed by the debugger runtime.

0 commit comments

Comments
 (0)