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

Issue 2450763002: [promises] remove PromiseEnqueue (Closed)

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

Description

[promises] remove PromiseEnqueue Removes PromiseEnqueue and moves debugging code to a separate function which gets called when the debugger is active. BUG=v8:5343 Committed: https://crrev.com/c6722aeae18751d836849db997c9edf28a4dd7a4 Cr-Commit-Position: refs/heads/master@{#40562}

Patch Set 1 #

Total comments: 4

Patch Set 2 : address review comments #

Total comments: 1

Patch Set 3 : fmt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -12 lines) Patch
M src/contexts.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/js/promise.js View 1 2 6 chunks +9 lines, -8 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-internal.cc View 1 2 chunks +21 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (11 generated)
gsathya
4 years, 1 month ago (2016-10-25 09:06:35 UTC) #4
adamk
https://codereview.chromium.org/2450763002/diff/1/src/runtime/runtime-internal.cc File src/runtime/runtime-internal.cc (right): https://codereview.chromium.org/2450763002/diff/1/src/runtime/runtime-internal.cc#newcode585 src/runtime/runtime-internal.cc:585: MaybeHandle<Object> maybe_result, maybe_exception; Looks like you don't use maybe_exception, ...
4 years, 1 month ago (2016-10-25 11:05:30 UTC) #9
gsathya
https://codereview.chromium.org/2450763002/diff/1/src/runtime/runtime-internal.cc File src/runtime/runtime-internal.cc (right): https://codereview.chromium.org/2450763002/diff/1/src/runtime/runtime-internal.cc#newcode585 src/runtime/runtime-internal.cc:585: MaybeHandle<Object> maybe_result, maybe_exception; On 2016/10/25 11:05:30, adamk wrote: > ...
4 years, 1 month ago (2016-10-25 11:12:31 UTC) #10
adamk
lgtm % formatting https://codereview.chromium.org/2450763002/diff/20001/src/js/promise.js File src/js/promise.js (right): https://codereview.chromium.org/2450763002/diff/20001/src/js/promise.js#newcode392 src/js/promise.js:392: onResolve, resultCapability, kFulfilled); Nit: please re-indent ...
4 years, 1 month ago (2016-10-25 11:15:45 UTC) #11
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/2450763002/40001
4 years, 1 month ago (2016-10-25 11:17:19 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-10-25 12:33:06 UTC) #16
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:12:35 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c6722aeae18751d836849db997c9edf28a4dd7a4
Cr-Commit-Position: refs/heads/master@{#40562}

Powered by Google App Engine
This is Rietveld 408576698