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

Issue 42508: Fix bug in context stores, where the store was ignored if there was a... (Closed)

Created:
11 years, 9 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix bug in context stores, where the store was ignored if there was a read-only property in the prototype chain. Stores should only be ignored if there is a read-only property on the object itself. Committed: http://code.google.com/p/v8/source/detail?r=1584

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -2 lines) Patch
M src/runtime.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +23 lines, -0 lines 0 comments Download
A test/mjsunit/getter-in-prototype.js View 1 chunk +50 lines, -0 lines 0 comments Download
A test/mjsunit/with-prototype.js View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years, 9 months ago (2009-03-23 15:16:55 UTC) #1
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-23 15:32:50 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698