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

Issue 1482283002: [runtime] [proxy] implementing [[Get]] trap. (Closed)

Created:
5 years ago by Camillo Bruni
Modified:
5 years ago
Reviewers:
neis, Jakob Kummerow
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

[runtime] [proxy] implementing [[Get]] trap. BUG=v8:1543 LOG=N Committed: https://crrev.com/7e8fa4b96a02fcb0e21e13e8439b2e7aa33a3703 Cr-Commit-Position: refs/heads/master@{#32466}

Patch Set 1 #

Total comments: 7

Patch Set 2 : merging master #

Patch Set 3 : addressing comments #

Patch Set 4 : more specific assertThrows #

Total comments: 1

Patch Set 5 : english hard #

Patch Set 6 : addressing nits #

Patch Set 7 : merge #

Patch Set 8 : updating code #

Patch Set 9 : position of static #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -82 lines) Patch
M src/js/proxy.js View 1 2 3 4 5 6 7 2 chunks +0 lines, -13 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -6 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 3 chunks +76 lines, -16 lines 0 comments Download
A test/mjsunit/harmony/proxies-get.js View 1 2 3 4 1 chunk +95 lines, -0 lines 0 comments Download
A + test/mjsunit/harmony/proxies-get-prototype-of.js View 1 2 1 chunk +7 lines, -8 lines 0 comments Download
D test/mjsunit/harmony/proxy/proxy-getPrototypeOf.js View 1 chunk +0 lines, -39 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (6 generated)
Camillo Bruni
5 years ago (2015-11-30 12:34:38 UTC) #2
Jakob Kummerow
LGTM with comments. Please also lower-case the file name of getPrototypeOf.js (either with or without ...
5 years ago (2015-11-30 12:56:11 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1482283002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1482283002/40001
5 years ago (2015-11-30 14:54:52 UTC) #5
Camillo Bruni
waiting for https://codereview.chromium.org/1481103002 to land https://codereview.chromium.org/1482283002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1482283002/diff/1/src/objects.cc#newcode732 src/objects.cc:732: if (JSProxy::IsRevoked(proxy)) { On ...
5 years ago (2015-11-30 14:57:35 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-30 15:12:52 UTC) #8
Jakob Kummerow
patch set 4 LGTM with nit. https://codereview.chromium.org/1482283002/diff/60001/test/mjsunit/harmony/proxies-get.js File test/mjsunit/harmony/proxies-get.js (right): https://codereview.chromium.org/1482283002/diff/60001/test/mjsunit/harmony/proxies-get.js#newcode75 test/mjsunit/harmony/proxies-get.js:75: // will return ...
5 years ago (2015-11-30 16:14:29 UTC) #9
neis
On 2015/11/30 12:56:11, Jakob wrote: > LGTM with comments. > > Please also lower-case the ...
5 years ago (2015-12-01 12:10:07 UTC) #10
neis
On 2015/12/01 12:10:07, neis wrote: > On 2015/11/30 12:56:11, Jakob wrote: > > LGTM with ...
5 years ago (2015-12-01 12:10:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1482283002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1482283002/160001
5 years ago (2015-12-01 13:11:36 UTC) #14
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years ago (2015-12-01 14:04:20 UTC) #15
commit-bot: I haz the power
5 years ago (2015-12-01 14:04:53 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/7e8fa4b96a02fcb0e21e13e8439b2e7aa33a3703
Cr-Commit-Position: refs/heads/master@{#32466}

Powered by Google App Engine
This is Rietveld 408576698