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

Issue 390020: Make accessors for hidden properties object not touch interceptors (Closed)

Created:
11 years, 1 month ago by yurys
Modified:
9 years, 7 months ago
CC:
v8-dev, apavlov
Visibility:
Public.

Description

Make accessors for hidden properties object not touch interceptors. Interceptors cannot provide a meaningful result for hidden_symbol anyway and some of them crash on empty property name. Related Chromium issue: http://code.google.com/p/chromium/issues/detail?id=27385 Committed: http://code.google.com/p/v8/source/detail?r=3294

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 7

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -14 lines) Patch
M src/handles.cc View 1 2 3 4 5 6 3 chunks +7 lines, -5 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 2 chunks +24 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 3 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
yurys
Pease review this. Thanks Vitaly for help!
11 years, 1 month ago (2009-11-12 15:01:28 UTC) #1
yurys
11 years, 1 month ago (2009-11-12 15:02:47 UTC) #2
yurys
11 years, 1 month ago (2009-11-12 15:24:16 UTC) #3
Christian Plesner Hansen
Lgtm http://codereview.chromium.org/390020/diff/3007/3011 File src/objects-inl.h (right): http://codereview.chromium.org/390020/diff/3007/3011#newcode2997 Line 2997: // TODO(yurys): this may be useful in ...
11 years, 1 month ago (2009-11-12 15:30:00 UTC) #4
yurys
http://codereview.chromium.org/390020/diff/3007/3011 File src/objects-inl.h (right): http://codereview.chromium.org/390020/diff/3007/3011#newcode2997 Line 2997: // TODO(yurys): this may be useful in other ...
11 years, 1 month ago (2009-11-12 16:13:16 UTC) #5
Mads Ager (chromium)
11 years, 1 month ago (2009-11-13 06:41:16 UTC) #6
LGTM, I will merge this to the 1.3 branch.

Powered by Google App Engine
This is Rietveld 408576698