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

Issue 7799026: Make proxies work as prototypes. (Closed)

Created:
9 years, 3 months ago by rossberg
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make proxies work as prototypes. Fix a couple of other proxy bugs along the way. Refactor trap invocation in native code. R=kmillikin@chromium.org BUG=v8:1543 TEST= Committed: http://code.google.com/p/v8/source/detail?r=9312

Patch Set 1 #

Total comments: 22

Patch Set 2 : Addressing Kevin's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+574 lines, -235 lines) Patch
M src/ic.cc View 3 chunks +18 lines, -20 lines 0 comments Download
M src/objects.h View 1 8 chunks +15 lines, -11 lines 0 comments Download
M src/objects.cc View 1 22 chunks +165 lines, -159 lines 0 comments Download
M src/property.h View 3 chunks +9 lines, -4 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/harmony/proxies.js View 18 chunks +364 lines, -40 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
9 years, 3 months ago (2011-08-30 16:31:04 UTC) #1
Kevin Millikin (Chromium)
I took a quick look. I think there are two places that are GC hazards, ...
9 years, 3 months ago (2011-08-31 10:15:31 UTC) #2
rossberg
Good catch, thanks! http://codereview.chromium.org/7799026/diff/1/src/objects.cc File src/objects.cc (right): http://codereview.chromium.org/7799026/diff/1/src/objects.cc#newcode140 src/objects.cc:140: if (IsSmi()) { On 2011/08/31 10:15:31, ...
9 years, 3 months ago (2011-08-31 13:28:32 UTC) #3
Kevin Millikin (Chromium)
9 years, 3 months ago (2011-09-15 10:11:23 UTC) #4
LGTM now.

Powered by Google App Engine
This is Rietveld 408576698