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

Issue 7237050: Implement Object.getOwnPropertyDescriptor for proxies. (Closed)

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

Description

Implement Object.getOwnPropertyDescriptor for proxies. Fix bug in compilation of calls with proxy receivers. R=kmillikin@chromium.org,ager@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8630

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -9 lines) Patch
M src/property.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/proxy.js View 1 chunk +7 lines, -0 lines 0 comments Download
M src/v8natives.js View 4 chunks +27 lines, -2 lines 2 comments Download
M test/mjsunit/harmony/proxies.js View 9 chunks +161 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
rossberg
9 years, 5 months ago (2011-07-08 13:20:34 UTC) #1
Mads Ager (chromium)
LGTM, with the same comments as the subset of this change already reviewed. http://codereview.chromium.org/7237050/diff/1/src/v8natives.js File ...
9 years, 5 months ago (2011-07-12 13:45:42 UTC) #2
rossberg
9 years, 5 months ago (2011-07-15 08:48:38 UTC) #3
http://codereview.chromium.org/7237050/diff/1/src/v8natives.js
File src/v8natives.js (right):

http://codereview.chromium.org/7237050/diff/1/src/v8natives.js#newcode634
src/v8natives.js:634: var descriptor = getOwnProperty.call(handler, p);
On 2011/07/12 13:45:42, Mads Ager wrote:
> Want to rely on Function.prototype.call which can be overwritten?

Done.

Powered by Google App Engine
This is Rietveld 408576698