Skip to content

Commit

Permalink
deps: backport fb4ccae from v8 upstream
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
develar authored and Myles Borins committed Mar 16, 2016
1 parent 5e9cac4 commit b6c355d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/v8/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Seo Sanghyeon <[email protected]>
Tobias Burnus <[email protected]>
Victor Costan <[email protected]>
Vlad Burlik <[email protected]>
Vladimir Krivosheev <[email protected]>
Vladimir Shutoff <[email protected]>
Yu Yin <[email protected]>
Zhongping Wang <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions deps/v8/src/debug/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6c355d

Please sign in to comment.