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

Issue 7685051: Changed SetPropertyPostInterceptor to climb the prototype chain to

Created:
9 years, 4 months ago by rkuroiwa1
Modified:
9 years, 4 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Changed SetPropertyPostInterceptor to climb the prototype chain to find the result. Also added tests to check if it actually climbs the chain, climbs but a prototype in the middle has a NamedPropertyHandler, and when the Accessors for the property is not present in the chain. BUG=http://code.google.com/p/v8/issues/detail?id=1636

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -2 lines) Patch
M src/objects.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +287 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698