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

Issue 7080053: Make instanceof and Object.getPrototypeOf work for proxies, plus a few other tweaks. (Closed)

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

Description

Make instanceof and Object.getPrototypeOf work for proxies, plus a few other tweaks. R=kmillikin@chromium.org

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -25 lines) Patch
M src/messages.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/proxy.js View 2 chunks +7 lines, -2 lines 0 comments Download
M src/runtime.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +25 lines, -2 lines 0 comments Download
M src/v8natives.js View 4 chunks +39 lines, -2 lines 1 comment Download
M src/x64/builtins-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/harmony/proxies.js View 2 chunks +72 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rossberg
9 years, 6 months ago (2011-06-01 12:29:32 UTC) #1
Kevin Millikin (Chromium)
9 years, 6 months ago (2011-06-01 15:14:31 UTC) #2
LGTM.

http://codereview.chromium.org/7080053/diff/1/src/v8natives.js
File src/v8natives.js (right):

http://codereview.chromium.org/7080053/diff/1/src/v8natives.js#newcode406
src/v8natives.js:406: if (!("value" in desc)) desc.value = undefined
undefined ==> void 0

Powered by Google App Engine
This is Rietveld 408576698