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

Issue 15737018: Fix Object.freeze on dictionary-backed arrays to properly freeze elements (Closed)

Created:
7 years, 7 months ago by adamk
Modified:
7 years, 7 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Fix Object.freeze on dictionary-backed arrays to properly freeze elements Follow-up to r14758: slightly rearranges JSObject::Freeze() to avoid duplicating code while still retaining proper dictionary elements storage behavior. Also fix a lint error. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14759

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M src/objects.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M test/mjsunit/object-freeze.js View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
adamk
7 years, 7 months ago (2013-05-22 20:32:29 UTC) #1
Toon Verwaest
lgtm
7 years, 7 months ago (2013-05-22 20:39:32 UTC) #2
adamk
7 years, 7 months ago (2013-05-22 20:40:09 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r14759 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698