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

Issue 1700123003: [parser] unify metaproperty parsing and require unescaped property name (Closed)

Created:
4 years, 10 months ago by caitp (gmail)
Modified:
4 years, 10 months ago
Reviewers:
wingo, Dan Ehrenberg, adamk
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

[parser] unify metaproperty parsing and require unescaped property name BUG=v8:4756 LOG=N R=adamk@chromium.org, littledan@chromium.org, wingo@igalia.com Committed: https://crrev.com/fd2edb0ea2b5317c5b27ac3fa40dea9ecf6159f0 Cr-Commit-Position: refs/heads/master@{#34050}

Patch Set 1 #

Total comments: 8

Patch Set 2 : add test-parsing tests review #

Total comments: 6

Patch Set 3 : oops #

Patch Set 4 : more oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -11 lines) Patch
M src/messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/parsing/parser-base.h View 1 2 3 chunks +20 lines, -5 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A + test/message/function-sent-escaped.js View 1 chunk +5 lines, -3 lines 0 comments Download
A test/message/function-sent-escaped.out View 1 chunk +4 lines, -0 lines 0 comments Download
A + test/message/new-target-escaped.js View 1 chunk +4 lines, -3 lines 0 comments Download
A test/message/new-target-escaped.out View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
caitp (gmail)
metaproperty thing
4 years, 10 months ago (2016-02-16 20:38:16 UTC) #1
adamk
Nice fix! Please add a case for each to test-parsing.cc to cover the preparser, and ...
4 years, 10 months ago (2016-02-16 20:52:09 UTC) #2
caitp (gmail)
done and added test-parsing.cc tests (which hopefully all pass) https://codereview.chromium.org/1700123003/diff/1/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/1700123003/diff/1/src/parsing/parser-base.h#newcode457 src/parsing/parser-base.h:457: ...
4 years, 10 months ago (2016-02-16 22:13:55 UTC) #3
adamk
lgtm % compile failure and my guesses at needed test fixes https://codereview.chromium.org/1700123003/diff/20001/src/parsing/parser-base.h File src/parsing/parser-base.h (right): ...
4 years, 10 months ago (2016-02-16 22:21:56 UTC) #4
caitp (gmail)
https://codereview.chromium.org/1700123003/diff/20001/test/cctest/test-parsing.cc File test/cctest/test-parsing.cc (right): https://codereview.chromium.org/1700123003/diff/20001/test/cctest/test-parsing.cc#newcode8025 test/cctest/test-parsing.cc:8025: i::FLAG_harmony_function_sent = true; On 2016/02/16 22:21:55, adamk wrote: > ...
4 years, 10 months ago (2016-02-16 22:23:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1700123003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1700123003/80001
4 years, 10 months ago (2016-02-16 22:47:37 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 10 months ago (2016-02-16 23:38:06 UTC) #10
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 23:38:15 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/fd2edb0ea2b5317c5b27ac3fa40dea9ecf6159f0
Cr-Commit-Position: refs/heads/master@{#34050}

Powered by Google App Engine
This is Rietveld 408576698