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

Issue 194873003: ArrayUnshift() should not modify length of a frozen object. (Closed)

Created:
6 years, 9 months ago by Igor Sheludko
Modified:
6 years, 9 months ago
Reviewers:
mvstanton
CC:
v8-dev
Visibility:
Public.

Description

ArrayUnshift() should not modify length of a frozen object. BUG=350890 LOG=N

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/array.js View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-350890.js View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Igor Sheludko
PTAL
6 years, 9 months ago (2014-03-11 12:47:20 UTC) #1
mvstanton
lgtm
6 years, 9 months ago (2014-03-11 13:19:49 UTC) #2
Igor Sheludko
6 years, 9 months ago (2014-03-17 15:41:28 UTC) #3
On 2014/03/11 13:19:49, mvstanton wrote:
> lgtm

It happened that this fix did not fix the real problem, which is actually fixed
in https://codereview.chromium.org/196653015/

Powered by Google App Engine
This is Rietveld 408576698