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

Issue 2109593002: [regexp] Fix writing of lastIndex in JSRegExp::Initialize. (Closed)

Created:
4 years, 5 months ago by neis
Modified:
4 years, 5 months ago
Reviewers:
Dan Ehrenberg, Yang
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

[regexp] Fix writing of lastIndex in JSRegExp::Initialize. The lastIndex property must be written with the semantics of a strict [[Set]], so an exception must be thrown when the attributes don't allow writing. We used to ignore the attributes. R=littledan@chromium.org, yangguo@chromium.org BUG=v8:5138 Committed: https://crrev.com/40641fbc031857d574550cc608c5f51893d9593d Cr-Commit-Position: refs/heads/master@{#37369}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -16 lines) Patch
M src/objects.cc View 1 chunk +5 lines, -6 lines 0 comments Download
D test/mjsunit/regress/regress-349870.js View 1 chunk +0 lines, -7 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
neis
4 years, 5 months ago (2016-06-28 10:55:54 UTC) #1
neis
PTAL. There's an older regression test (the file that I deleted in my patchset), originating ...
4 years, 5 months ago (2016-06-28 10:58:59 UTC) #2
Yang
On 2016/06/28 10:58:59, neis wrote: > PTAL. > There's an older regression test (the file ...
4 years, 5 months ago (2016-06-28 11:19:06 UTC) #3
Dan Ehrenberg
lgtm
4 years, 5 months ago (2016-06-28 18:55:00 UTC) #4
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/2109593002/1
4 years, 5 months ago (2016-06-29 08:18:21 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 08:44:43 UTC) #7
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 08:48:14 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/40641fbc031857d574550cc608c5f51893d9593d
Cr-Commit-Position: refs/heads/master@{#37369}

Powered by Google App Engine
This is Rietveld 408576698