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

Issue 2500363002: Makes FunctionTemplate::HasInstance return true for a global proxy. (Closed)

Created:
4 years, 1 month ago by Yuki
Modified:
4 years, 1 month ago
Reviewers:
Toon Verwaest
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Makes FunctionTemplate::HasInstance return true for a global proxy. Makes FunctionTemplate::HasInstance follow the hidden prototype chain for a global proxy object and return true if the global object passes the test. BUG= Committed: https://crrev.com/96ad91a657fe83b124f9016b4f9c52512ed83831 Cr-Commit-Position: refs/heads/master@{#40989}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed the style. #

Patch Set 3 : Changed the style from Chromium to V8. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M src/api.cc View 1 2 1 chunk +10 lines, -1 line 0 comments Download

Messages

Total messages: 28 (18 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500363002/1
4 years, 1 month ago (2016-11-15 11:25:28 UTC) #6
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 1 month ago (2016-11-15 11:25:30 UTC) #8
Yuki
Hi Toon, could you review this CL? I'm working on http://crrev.com/2441593002 , where I need ...
4 years, 1 month ago (2016-11-15 11:31:49 UTC) #11
Toon Verwaest
https://codereview.chromium.org/2500363002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2500363002/diff/1/src/api.cc#newcode6397 src/api.cc:6397: } style nit, what about something like: if (obj->IsJSGlobalProxy()) ...
4 years, 1 month ago (2016-11-15 12:13:43 UTC) #12
Yuki
https://codereview.chromium.org/2500363002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2500363002/diff/1/src/api.cc#newcode6397 src/api.cc:6397: } On 2016/11/15 12:13:43, Toon Verwaest wrote: > style ...
4 years, 1 month ago (2016-11-15 12:34:01 UTC) #15
Toon Verwaest
Lgtm. (Do you really need the ->map()?)
4 years, 1 month ago (2016-11-15 12:45:53 UTC) #20
Yuki
On 2016/11/15 12:45:53, Toon Verwaest wrote: > Lgtm. (Do you really need the ->map()?) It ...
4 years, 1 month ago (2016-11-15 13:05:32 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500363002/40001
4 years, 1 month ago (2016-11-15 13:07:59 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-15 13:10:17 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:33:54 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/96ad91a657fe83b124f9016b4f9c52512ed83831
Cr-Commit-Position: refs/heads/master@{#40989}

Powered by Google App Engine
This is Rietveld 408576698