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

Issue 1451703003: [proxies] Wire up Object.getOwnPropertyDescriptor (Closed)

Created:
5 years, 1 month ago by Jakob Kummerow
Modified:
5 years, 1 month ago
Reviewers:
Camillo Bruni
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[proxies] Wire up Object.getOwnPropertyDescriptor using the new JSReceiver::GetOwnPropertyDescriptor implementation. BUG=v8:1543 LOG=n R=cbruni@chromium.org Committed: https://crrev.com/9c35e4b23ce631013376a11b8c27d3cb86850fd8 Cr-Commit-Position: refs/heads/master@{#32037}

Patch Set 1 #

Total comments: 6

Patch Set 2 : more tests per review comments #

Patch Set 3 : moved test file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -41 lines) Patch
M src/js/v8natives.js View 5 chunks +5 lines, -22 lines 0 comments Download
M src/objects.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/objects.cc View 3 chunks +12 lines, -11 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 3 chunks +28 lines, -4 lines 0 comments Download
A test/mjsunit/harmony/proxies-get-own-property-descriptor.js View 1 2 1 chunk +129 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Jakob Kummerow
PTAL.
5 years, 1 month ago (2015-11-16 15:43:29 UTC) #1
Camillo Bruni
LGTM with nits. https://codereview.chromium.org/1451703003/diff/1/test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js File test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js (right): https://codereview.chromium.org/1451703003/diff/1/test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js#newcode21 test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js:21: Object.defineProperty(target, "nonconfigurable", nonconfigurable_desc); I'd repeat this ...
5 years, 1 month ago (2015-11-16 16:15:40 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/1451703003/diff/1/test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js File test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js (right): https://codereview.chromium.org/1451703003/diff/1/test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js#newcode21 test/mjsunit/harmony/proxy/proxy-getOwnPropertyDescriptor.js:21: Object.defineProperty(target, "nonconfigurable", nonconfigurable_desc); On 2015/11/16 16:15:40, cbruni wrote: > ...
5 years, 1 month ago (2015-11-17 12:42:51 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451703003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451703003/40001
5 years, 1 month ago (2015-11-17 12:50:04 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-17 13:08:28 UTC) #7
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 13:09:03 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9c35e4b23ce631013376a11b8c27d3cb86850fd8
Cr-Commit-Position: refs/heads/master@{#32037}

Powered by Google App Engine
This is Rietveld 408576698