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

Issue 1565303004: [promise] make builtin resolve functions and executors non-constructors (Closed)

Created:
4 years, 11 months ago by caitp (gmail)
Modified:
4 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[promise] make builtin resolve functions and executors non-constructors Fixes a number of test262 tests, including: - built-ins/Promise/reject-function-nonconstructor.js - built-ins/Promise/resolve-function-nonconstructor.js - built-ins/Promise/all/resolve-element-function-nonconstructor.js - built-ins/Promise/executor-function-nonconstructor.js BUG=v8:4633 LOG=N R=adamk@chromium.org, cbruni@chromium.org, littledan@chromium.org Committed: https://crrev.com/96c6b338639ee87e4344fa14472b430d5b5f2666 Cr-Commit-Position: refs/heads/master@{#33164}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove "name"-related fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -10 lines) Patch
M src/js/promise.js View 1 4 chunks +6 lines, -6 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
caitp (gmail)
Another opportunity for passing more test262. The `(0, arrowFunction)` pattern used in this CL is ...
4 years, 11 months ago (2016-01-07 21:46:24 UTC) #1
adamk
https://codereview.chromium.org/1565303004/diff/1/src/js/promise.js File src/js/promise.js (right): https://codereview.chromium.org/1565303004/diff/1/src/js/promise.js#newcode40 src/js/promise.js:40: var resolve = (0, value => { I'd prefer ...
4 years, 11 months ago (2016-01-07 22:22:28 UTC) #2
caitp (gmail)
On 2016/01/07 22:22:28, adamk wrote: > https://codereview.chromium.org/1565303004/diff/1/src/js/promise.js > File src/js/promise.js (right): > > https://codereview.chromium.org/1565303004/diff/1/src/js/promise.js#newcode40 > ...
4 years, 11 months ago (2016-01-07 23:33:40 UTC) #3
adamk
lgtm
4 years, 11 months ago (2016-01-07 23:38:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1565303004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1565303004/20001
4 years, 11 months ago (2016-01-07 23:40:06 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-08 00:19:36 UTC) #7
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 00:20:18 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/96c6b338639ee87e4344fa14472b430d5b5f2666
Cr-Commit-Position: refs/heads/master@{#33164}

Powered by Google App Engine
This is Rietveld 408576698