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

Issue 24272005: ic: perform interceptor query in LookupForWrite (Closed)

Created:
7 years, 3 months ago by indutny
Modified:
7 years, 2 months ago
CC:
v8-dev, danno
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

ic: perform interceptor query in LookupForWrite Right now, v8 in a strict mode will give up setting a property on global object if it has setter interceptor. Correct behaviour would be calling query interceptor or getter, if present, to figure out if the property (variable) was declared. See node.js issue for details: https://github.com/joyent/node/issues/6235 [ Closed since it's subsumed by https://chromiumcodereview.appspot.com/23533012 ] R=svenpanne@chromium.org BUG=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M src/ic.cc View 1 chunk +16 lines, -7 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
indutny
7 years, 3 months ago (2013-09-19 16:32:13 UTC) #1
danno
Adding Toon for reivew.
7 years, 3 months ago (2013-09-20 09:08:36 UTC) #2
Toon Verwaest
It's not entirely clear to me what problem you are fixing. Can we have a ...
7 years, 3 months ago (2013-09-23 13:09:59 UTC) #3
indutny
On 2013/09/23 13:09:59, Toon Verwaest wrote: > It's not entirely clear to me what problem ...
7 years, 3 months ago (2013-09-23 13:15:18 UTC) #4
Toon Verwaest
Done 14 minutes ago ;) https://codereview.chromium.org/23480102/
7 years, 3 months ago (2013-09-23 13:20:13 UTC) #5
indutny
7 years, 3 months ago (2013-09-23 16:24:39 UTC) #6
On 2013/09/23 13:20:13, Toon Verwaest wrote:
> Done 14 minutes ago ;) https://codereview.chromium.org/23480102/

Great! :)

Seems to be working for me in node.js, thank you for letting me know and looking
at this CL.

Powered by Google App Engine
This is Rietveld 408576698