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

Issue 2629623002: Parser: Fix InitializerRewriter. (Closed)

Created:
3 years, 11 months ago by marja
Modified:
3 years, 11 months ago
Reviewers:
nickie, caitp, adamk
CC:
v8-reviews_googlegroups.com, adamk, Toon Verwaest
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Parser: Fix InitializerRewriter. The bug was caused by AstTraversalVisitor refactoring: https://codereview.chromium.org/2169833002/ InitializerRewriter::VisitRewritableExpression in parser.cc didn't recurse; so it fails when a rewritable expression contains another rewritable expression. See the bug for more details. BUG=chromium:679727 Review-Url: https://codereview.chromium.org/2629623002 Cr-Commit-Position: refs/heads/master@{#42274} Committed: https://chromium.googlesource.com/v8/v8/+/aff64e9dfa436f62555325daf788e81f59b810fb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M src/parsing/parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/regress/regress-679727.js View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (11 generated)
marja
adamk, verwaest: fyi, since you reviewed the CL that broke this nikolaos, ptal See the ...
3 years, 11 months ago (2017-01-12 15:31:02 UTC) #5
nickie
On 2017/01/12 15:31:02, marja wrote: > adamk, verwaest: fyi, since you reviewed the CL that ...
3 years, 11 months ago (2017-01-12 15:35:00 UTC) #8
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/2629623002/1
3 years, 11 months ago (2017-01-12 15:35:55 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/aff64e9dfa436f62555325daf788e81f59b810fb
3 years, 11 months ago (2017-01-12 15:52:07 UTC) #14
adamk
3 years, 11 months ago (2017-01-12 18:35:09 UTC) #16
Message was sent while issue was closed.
Thanks for the fix!

Powered by Google App Engine
This is Rietveld 408576698