Skip to content

Commit b6c355d

Browse files
develarMyles Borins
authored and
Myles Borins
committed
deps: backport fb4ccae from v8 upstream
Original commit message: Export BreakEvent and CompileEvent [email protected] Review URL: https://codereview.chromium.org/1477233002 Cr-Commit-Position: refs/heads/master@{#32861} PR-URL: #4231 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 5e9cac4 commit b6c355d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

deps/v8/AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Seo Sanghyeon <[email protected]>
9696
Tobias Burnus <[email protected]>
9797
Victor Costan <[email protected]>
9898
Vlad Burlik <[email protected]>
99+
Vladimir Krivosheev <[email protected]>
99100
Vladimir Shutoff <[email protected]>
100101
101102
Zhongping Wang <[email protected]>

deps/v8/src/debug/debug.js

+3
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)