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

Issue 1481103002: [proxies] Implement [[Set]]. (Closed)

Created:
5 years ago by neis
Modified:
5 years ago
CC:
Camillo Bruni, Jakob Kummerow, 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] Implement [[Set]]. R=rossberg BUG=v8:1543 LOG=N Committed: https://crrev.com/031751d5c421ac21288eb52a2d57f9816edfa910 Cr-Commit-Position: refs/heads/master@{#32457}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove incorrect negation. #

Patch Set 3 : Add more tests. #

Total comments: 5

Patch Set 4 : Rebase. #

Patch Set 5 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -172 lines) Patch
M src/api.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M src/contexts.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/js/proxy.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/lookup.h View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M src/messages.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 2 chunks +8 lines, -16 lines 0 comments Download
M src/objects.cc View 1 2 3 4 10 chunks +118 lines, -147 lines 0 comments Download
A test/mjsunit/harmony/proxies-set.js View 1 2 1 chunk +312 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
neis
5 years ago (2015-11-27 15:33:49 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1481103002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1481103002/1
5 years ago (2015-11-27 15:34:49 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-27 16:12:54 UTC) #6
Camillo Bruni
https://codereview.chromium.org/1481103002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1481103002/diff/1/src/objects.cc#newcode4589 src/objects.cc:4589: !target_desc.configurable() && !target_desc.set()->IsUndefined()); Spec says: "If targetDesc.[[Set]] is undefined" ...
5 years ago (2015-11-30 10:57:59 UTC) #9
neis
On 2015/11/30 10:57:59, cbruni wrote: > https://codereview.chromium.org/1481103002/diff/1/src/objects.cc > File src/objects.cc (right): > > https://codereview.chromium.org/1481103002/diff/1/src/objects.cc#newcode4589 > ...
5 years ago (2015-11-30 13:27:55 UTC) #10
neis
On 2015/11/30 13:27:55, neis wrote: > On 2015/11/30 10:57:59, cbruni wrote: > > https://codereview.chromium.org/1481103002/diff/1/src/objects.cc > ...
5 years ago (2015-12-01 09:55:56 UTC) #11
Toon Verwaest
lgtm. I don't like the generic ProxyTrapViolatesInvariant message that much; it would be nicer to ...
5 years ago (2015-12-01 11:30:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1481103002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1481103002/80001
5 years ago (2015-12-01 12:06:09 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-12-01 12:27:07 UTC) #17
commit-bot: I haz the power
5 years ago (2015-12-01 12:27:18 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/031751d5c421ac21288eb52a2d57f9816edfa910
Cr-Commit-Position: refs/heads/master@{#32457}

Powered by Google App Engine
This is Rietveld 408576698