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

Issue 2643023002: [async-await] Move remaining async-await code to TF (Closed)

Created:
3 years, 11 months ago by jgruber
Modified:
3 years, 11 months ago
Reviewers:
caitp, adamk, gsathya
CC:
v8-reviews_googlegroups.com, Igor Sheludko
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[async-await] Move remaining async-await code to TF This moves AsyncFunctionAwait{Caught,Uncaught} to CSA, and removes async-await.js. BUG=v8:5639 Review-Url: https://codereview.chromium.org/2643023002 Cr-Commit-Position: refs/heads/master@{#42579} Committed: https://chromium.googlesource.com/v8/v8/+/87851fda78e45bd95833c7e50b0befaf2445f911

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase #

Patch Set 3 : Fix Await and AsyncFunctionAwaitCaught #

Patch Set 4 : Fix instance type check in Await and move SetHandledHint #

Patch Set 5 : Remove unused code #

Patch Set 6 : Fix set_handled_hint logic in Await #

Total comments: 1

Patch Set 7 : Typo #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -213 lines) Patch
M BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 2 chunks +75 lines, -55 lines 0 comments Download
M src/builtins/builtins.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M src/builtins/builtins-async.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/builtins/builtins-async.cc View 1 2 3 4 5 3 chunks +7 lines, -8 lines 0 comments Download
M src/builtins/builtins-async-function.cc View 3 2 chunks +142 lines, -3 lines 0 comments Download
M src/builtins/builtins-promise.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins/builtins-promise.cc View 1 2 3 4 2 chunks +7 lines, -17 lines 0 comments Download
M src/contexts.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
D src/js/async-await.js View 1 chunk +0 lines, -114 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime/runtime-promise.cc View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
M src/v8.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/es8/async-await-no-constructor.js View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 48 (37 generated)
jgruber
https://codereview.chromium.org/2643023002/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): https://codereview.chromium.org/2643023002/diff/1/src/bootstrapper.cc#newcode3353 src/bootstrapper.cc:3353: } Sorry for the messy diff. I moved the ...
3 years, 11 months ago (2017-01-19 16:12:00 UTC) #12
gsathya
lgtm
3 years, 11 months ago (2017-01-20 06:47:34 UTC) #15
jgruber
The latest patchset removes unused functions and contains a couple of fixes in AsyncBuiltinsAssembler::Await. caitp, ...
3 years, 11 months ago (2017-01-20 14:00:27 UTC) #31
caitp
On 2017/01/20 14:00:27, jgruber wrote: > The latest patchset removes unused functions and contains a ...
3 years, 11 months ago (2017-01-20 16:47:43 UTC) #34
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/2643023002/120001
3 years, 11 months ago (2017-01-20 17:16:29 UTC) #37
jgruber
+adamk for src/js
3 years, 11 months ago (2017-01-20 17:19:22 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/33006)
3 years, 11 months ago (2017-01-20 17:19:59 UTC) #41
adamk
lgtm for js/, but one question https://codereview.chromium.org/2643023002/diff/120001/test/mjsunit/es8/async-await-no-constructor.js File test/mjsunit/es8/async-await-no-constructor.js (right): https://codereview.chromium.org/2643023002/diff/120001/test/mjsunit/es8/async-await-no-constructor.js#newcode27 test/mjsunit/es8/async-await-no-constructor.js:27: assertEquals(2, count); Why ...
3 years, 11 months ago (2017-01-20 19:07:05 UTC) #42
gsathya
On 2017/01/20 19:07:05, adamk wrote: > lgtm for js/, but one question > > https://codereview.chromium.org/2643023002/diff/120001/test/mjsunit/es8/async-await-no-constructor.js ...
3 years, 11 months ago (2017-01-20 19:12:37 UTC) #43
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/2643023002/120001
3 years, 11 months ago (2017-01-20 19:32:05 UTC) #45
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 19:36:34 UTC) #48
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/v8/v8/+/87851fda78e45bd95833c7e50b0befaf244...

Powered by Google App Engine
This is Rietveld 408576698