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

Issue 7390028: Implement `in' for proxies. (Closed)

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

Description

Implement `in' for proxies. R=ager@chromium.org BUG=v8:1543 TEST= Committed: http://code.google.com/p/v8/source/detail?r=8681

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing Mads' comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -13 lines) Patch
M src/bootstrapper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 chunks +4 lines, -8 lines 0 comments Download
M src/objects.cc View 1 1 chunk +25 lines, -0 lines 1 comment Download
M src/objects-inl.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/runtime.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/harmony/proxies.js View 1 2 chunks +75 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
9 years, 5 months ago (2011-07-18 15:05:27 UTC) #1
Mads Ager (chromium)
LGTM This is two changes mixed together. Could you upload just the 'in' patch? http://codereview.chromium.org/7390028/diff/1/src/factory.h ...
9 years, 5 months ago (2011-07-19 08:18:04 UTC) #2
rossberg
New upload is diff to master only. Sorry for the mess. http://codereview.chromium.org/7390028/diff/1/src/factory.h File src/factory.h (right): ...
9 years, 5 months ago (2011-07-19 09:29:52 UTC) #3
Mads Ager (chromium)
9 years, 5 months ago (2011-07-19 09:35:28 UTC) #4
LGTM

http://codereview.chromium.org/7390028/diff/6002/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/7390028/diff/6002/src/objects.cc#newcode2208
src/objects.cc:2208: Handle<Object> trap(v8::internal::GetProperty(handler,
trap_name));
I would use = instead of constructor syntax here.

Powered by Google App Engine
This is Rietveld 408576698