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

Issue 1234213004: [parser] use-strict directives in function body affect init block (Closed)

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

Description

[parser] use-strict directives in function body affect init block BUG= LOG=N R=rossberg@chromium.org Committed: https://crrev.com/dfe2dd835a76a9673203c07644c19274c0e0b667 Cr-Commit-Position: refs/heads/master@{#29710}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Refactor + simplify #

Patch Set 3 : Very tiny adjustment #

Total comments: 1

Patch Set 4 : update name in TODO #

Patch Set 5 : Fix arrow-function failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -16 lines) Patch
M src/parser.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M src/parser.cc View 1 2 3 4 4 chunks +30 lines, -16 lines 0 comments Download
A test/mjsunit/strong/destructuring.js View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
caitp (gmail)
PTAL --- first attempt at improving commutativity of strictness-altering directives within a function body, so ...
5 years, 5 months ago (2015-07-15 20:31:39 UTC) #2
caitp (gmail)
https://codereview.chromium.org/1234213004/diff/1/test/mjsunit/strong/destructuring.js File test/mjsunit/strong/destructuring.js (right): https://codereview.chromium.org/1234213004/diff/1/test/mjsunit/strong/destructuring.js#newcode10 test/mjsunit/strong/destructuring.js:10: var a = f({ x: undefined }); this move ...
5 years, 5 months ago (2015-07-15 20:35:44 UTC) #3
rossberg
https://codereview.chromium.org/1234213004/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234213004/diff/1/src/parser.cc#newcode4310 src/parser.cc:4310: bool Parser::NeedsParameterInitializationBlock( Make this into IsSimpleParameterList, to match what's ...
5 years, 5 months ago (2015-07-16 12:53:47 UTC) #4
caitp (gmail)
https://codereview.chromium.org/1234213004/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234213004/diff/1/src/parser.cc#newcode4310 src/parser.cc:4310: bool Parser::NeedsParameterInitializationBlock( On 2015/07/16 12:53:47, rossberg wrote: > Make ...
5 years, 5 months ago (2015-07-16 13:03:57 UTC) #5
rossberg
https://codereview.chromium.org/1234213004/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234213004/diff/1/src/parser.cc#newcode4383 src/parser.cc:4383: if (fvar != nullptr) { On 2015/07/16 13:03:57, caitp ...
5 years, 5 months ago (2015-07-16 13:21:05 UTC) #6
caitp (gmail)
https://codereview.chromium.org/1234213004/diff/1/src/parser.cc File src/parser.cc (right): https://codereview.chromium.org/1234213004/diff/1/src/parser.cc#newcode4383 src/parser.cc:4383: if (fvar != nullptr) { On 2015/07/16 13:21:05, rossberg ...
5 years, 5 months ago (2015-07-16 14:44:32 UTC) #7
rossberg
lgtm https://codereview.chromium.org/1234213004/diff/40001/test/mjsunit/strong/destructuring.js File test/mjsunit/strong/destructuring.js (right): https://codereview.chromium.org/1234213004/diff/40001/test/mjsunit/strong/destructuring.js#newcode13 test/mjsunit/strong/destructuring.js:13: // TODO(???): Loading non-existent properties during destructuring should ...
5 years, 5 months ago (2015-07-16 15:06:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1234213004/60001
5 years, 5 months ago (2015-07-16 15:11:23 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/7734) v8_win64_rel on tryserver.v8 (JOB_FAILED, ...
5 years, 5 months ago (2015-07-16 15:21:54 UTC) #13
caitp (gmail)
On 2015/07/16 15:21:54, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 5 months ago (2015-07-16 15:26:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1234213004/80001
5 years, 5 months ago (2015-07-16 15:57:25 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 5 months ago (2015-07-16 16:45:02 UTC) #18
commit-bot: I haz the power
5 years, 5 months ago (2015-07-16 16:45:16 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dfe2dd835a76a9673203c07644c19274c0e0b667
Cr-Commit-Position: refs/heads/master@{#29710}

Powered by Google App Engine
This is Rietveld 408576698