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

Issue 1456613002: [proxies] Update Object.defineProperty/ies for JSProxies (Closed)

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

Description

[proxies] Update Object.defineProperty/ies for JSProxies BUG=v8:1543 LOG=n Committed: https://crrev.com/6f0850c63d47defd37c76ac4d654df6a3919635e Cr-Commit-Position: refs/heads/master@{#32103}

Patch Set 1 #

Total comments: 14

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -123 lines) Patch
M src/js/v8natives.js View 2 chunks +6 lines, -35 lines 0 comments Download
M src/objects.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
M src/objects.cc View 1 10 chunks +130 lines, -84 lines 0 comments Download
A test/mjsunit/harmony/proxies-define-property.js View 1 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Jakob Kummerow
PTAL.
5 years, 1 month ago (2015-11-17 16:32:41 UTC) #2
neis
https://codereview.chromium.org/1456613002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1456613002/diff/1/src/objects.cc#newcode6069 src/objects.cc:6069: if (!object->IsJSObject()) return true; This condition will now always ...
5 years, 1 month ago (2015-11-17 21:37:40 UTC) #3
Jakob Kummerow
https://codereview.chromium.org/1456613002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1456613002/diff/1/src/objects.cc#newcode6069 src/objects.cc:6069: if (!object->IsJSObject()) return true; On 2015/11/17 21:37:40, neis wrote: ...
5 years, 1 month ago (2015-11-18 14:35:50 UTC) #4
neis
Thanks, lgtm.
5 years, 1 month ago (2015-11-18 21:27:11 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1456613002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1456613002/20001
5 years, 1 month ago (2015-11-18 22:11:06 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel/builds/11937)
5 years, 1 month ago (2015-11-18 22:14:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1456613002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1456613002/20001
5 years, 1 month ago (2015-11-19 09:03:49 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-19 09:21:13 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 09:22:00 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6f0850c63d47defd37c76ac4d654df6a3919635e
Cr-Commit-Position: refs/heads/master@{#32103}

Powered by Google App Engine
This is Rietveld 408576698