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

Issue 1219623005: [es6] Make sure we do not invoke setter when calling Promise.all (Closed)

Created:
5 years, 5 months ago by arv (Not doing code reviews)
Modified:
5 years, 5 months ago
Reviewers:
adamk, rossberg
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] Make sure we do not invoke setter when calling Promise.all We were calling the setter for Object.prototype.promise if it existed when calling PromiseAll. BUG=v9:4232 LOG=N R=rossberg@chromium.org, adamk@chromium.org Committed: https://crrev.com/473badf5fabf0856f89aa6be3d25b639fa217a7e Cr-Commit-Position: refs/heads/master@{#29357}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Use O.p as prototype to proprietary API object #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M src/promise.js View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A test/mjsunit/es6/promise-internal-setter.js View 1 2 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
arv (Not doing code reviews)
PTAL
5 years, 5 months ago (2015-06-29 15:34:52 UTC) #1
rossberg
https://codereview.chromium.org/1219623005/diff/20001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/1219623005/diff/20001/src/promise.js#newcode192 src/promise.js:192: var result = {__proto__: null}; This is visible in ...
5 years, 5 months ago (2015-06-29 16:05:53 UTC) #2
arv (Not doing code reviews)
Use O.p as prototype to proprietary API object
5 years, 5 months ago (2015-06-29 16:44:16 UTC) #3
arv (Not doing code reviews)
PTAL https://codereview.chromium.org/1219623005/diff/20001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/1219623005/diff/20001/src/promise.js#newcode192 src/promise.js:192: var result = {__proto__: null}; On 2015/06/29 16:05:53, ...
5 years, 5 months ago (2015-06-29 16:45:00 UTC) #4
rossberg
lgtm
5 years, 5 months ago (2015-06-29 16:53:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1219623005/40001
5 years, 5 months ago (2015-06-29 17:36:52 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-06-29 18:14:35 UTC) #8
commit-bot: I haz the power
5 years, 5 months ago (2015-06-29 18:14:49 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/473badf5fabf0856f89aa6be3d25b639fa217a7e
Cr-Commit-Position: refs/heads/master@{#29357}

Powered by Google App Engine
This is Rietveld 408576698