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

Issue 1496243003: [proxies] Implement Proxy.revocable. (Closed)

Created:
5 years ago by neis
Modified:
5 years ago
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] Implement Proxy.revocable. For now, we revoke a proxy by setting its handler to null (as in the spec). Change the "target" field from Object to JSReceiver as there's no point in allowing more. R=jkummerow@chromium.org, rossberg BUG=v8:1543 LOG=n Committed: https://crrev.com/62127d00aec05847a7e1fc863290fc5d8e8799ce Cr-Commit-Position: refs/heads/master@{#32608}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -64 lines) Patch
M src/js/proxy.js View 2 chunks +6 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 13 chunks +40 lines, -60 lines 0 comments Download
M src/objects-inl.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime-proxy.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/proxies-revocable.js View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
neis
5 years ago (2015-12-04 09:37:03 UTC) #1
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/1496243003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1496243003/diff/1/src/objects.cc#newcode4613 src/objects.cc:4613: auto isolate = proxy->GetIsolate(); nit: I'd ...
5 years ago (2015-12-04 09:51:30 UTC) #3
neis
On 2015/12/04 09:51:30, Jakob wrote: > LGTM with nits. > > https://codereview.chromium.org/1496243003/diff/1/src/objects.cc > File src/objects.cc ...
5 years ago (2015-12-04 10:34:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496243003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496243003/20001
5 years ago (2015-12-04 10:34:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1496243003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1496243003/20001
5 years ago (2015-12-04 10:45:40 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-04 10:55:26 UTC) #12
commit-bot: I haz the power
5 years ago (2015-12-04 10:56:14 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/62127d00aec05847a7e1fc863290fc5d8e8799ce
Cr-Commit-Position: refs/heads/master@{#32608}

Powered by Google App Engine
This is Rietveld 408576698