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

Issue 118499: Make JSObjects with both indexed interceptors and indexed accessors work safe... (Closed)

Created:
11 years, 6 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make JSObjects with both indexed interceptors and indexed accessors work safely. Committed: http://code.google.com/p/v8/source/detail?r=2138

Patch Set 1 #

Total comments: 7

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -25 lines) Patch
M src/objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 2 3 4 chunks +21 lines, -23 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 chunks +55 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
William Hesse
http://codereview.chromium.org/118499/diff/1/3 File src/objects.cc (right): http://codereview.chromium.org/118499/diff/1/3#newcode5215 Line 5215: int entry = dictionary->FindNumberEntry(index); Code is now an ...
11 years, 6 months ago (2009-06-10 13:39:57 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/118499/diff/1/3 File src/objects.cc (right): http://codereview.chromium.org/118499/diff/1/3#newcode5215 Line 5215: int entry = dictionary->FindNumberEntry(index); As we discussed, this ...
11 years, 6 months ago (2009-06-10 13:52:44 UTC) #2
William Hesse
All changes made. http://codereview.chromium.org/118499/diff/1/3 File src/objects.cc (right): http://codereview.chromium.org/118499/diff/1/3#newcode5215 Line 5215: int entry = dictionary->FindNumberEntry(index); On ...
11 years, 6 months ago (2009-06-10 14:50:03 UTC) #3
Mads Ager (chromium)
11 years, 6 months ago (2009-06-10 15:22:00 UTC) #4
LGTM once you remove the GetElementPostInterceptor method and its declaration.

Powered by Google App Engine
This is Rietveld 408576698