Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(453)

Issue 2415023002: [promises] Move async debug event creation to c++ (Closed)

Created:
4 years, 2 months ago by gsathya
Modified:
4 years, 2 months ago
Reviewers:
adamk, Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[promises] Move async debug event creation to c++ BUG=v8:5343 Committed: https://crrev.com/18a116c7bdf1bcd6a3d6b9419bbc98fffd28fd45 Cr-Commit-Position: refs/heads/master@{#40369}

Patch Set 1 #

Patch Set 2 : use consts #

Total comments: 12

Patch Set 3 : address review comments #

Total comments: 5

Patch Set 4 : address review comments #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -115 lines) Patch
M src/debug/debug.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M src/debug/debug.cc View 1 2 3 chunks +9 lines, -6 lines 0 comments Download
M src/debug/debug.js View 1 chunk +6 lines, -6 lines 0 comments Download
M src/factory.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/factory.cc View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M src/heap-symbols.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 3 chunks +14 lines, -11 lines 0 comments Download
M src/js/async-await.js View 1 2 3 4 2 chunks +2 lines, -10 lines 0 comments Download
M src/js/promise.js View 3 chunks +7 lines, -26 lines 0 comments Download
M src/objects.h View 1 2 3 4 2 chunks +10 lines, -12 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 2 chunks +4 lines, -8 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 1 chunk +4 lines, -8 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-debug.cc View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M src/runtime/runtime-internal.cc View 1 2 3 4 2 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 32 (23 generated)
gsathya
4 years, 2 months ago (2016-10-13 04:52:58 UTC) #9
adamk
+yangguo for debug/ https://codereview.chromium.org/2415023002/diff/20001/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2415023002/diff/20001/src/debug/debug.cc#newcode1786 src/debug/debug.cc:1786: Handle<Object> name) { And then you ...
4 years, 2 months ago (2016-10-13 15:59:11 UTC) #13
gsathya
https://codereview.chromium.org/2415023002/diff/20001/src/debug/debug.cc File src/debug/debug.cc (right): https://codereview.chromium.org/2415023002/diff/20001/src/debug/debug.cc#newcode1786 src/debug/debug.cc:1786: Handle<Object> name) { On 2016/10/13 15:59:10, adamk wrote: > ...
4 years, 2 months ago (2016-10-13 21:27:30 UTC) #16
adamk
lgtm Yang, can you take a look for debug/? https://codereview.chromium.org/2415023002/diff/40001/src/heap-symbols.h File src/heap-symbols.h (right): https://codereview.chromium.org/2415023002/diff/40001/src/heap-symbols.h#newcode175 src/heap-symbols.h:175: ...
4 years, 2 months ago (2016-10-14 20:34:51 UTC) #19
gsathya
https://codereview.chromium.org/2415023002/diff/40001/src/heap-symbols.h File src/heap-symbols.h (right): https://codereview.chromium.org/2415023002/diff/40001/src/heap-symbols.h#newcode175 src/heap-symbols.h:175: V(will_handle_string, "willHandle") \ On 2016/10/14 20:34:51, adamk wrote: > ...
4 years, 2 months ago (2016-10-14 22:21:27 UTC) #24
Yang
On 2016/10/14 22:21:27, gsathya wrote: > https://codereview.chromium.org/2415023002/diff/40001/src/heap-symbols.h > File src/heap-symbols.h (right): > > https://codereview.chromium.org/2415023002/diff/40001/src/heap-symbols.h#newcode175 > ...
4 years, 2 months ago (2016-10-17 13:20:18 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2415023002/80001
4 years, 2 months ago (2016-10-17 15:10:19 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-17 15:37:58 UTC) #30
commit-bot: I haz the power
4 years, 2 months ago (2016-10-17 15:38:26 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/18a116c7bdf1bcd6a3d6b9419bbc98fffd28fd45
Cr-Commit-Position: refs/heads/master@{#40369}

Powered by Google App Engine
This is Rietveld 408576698