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

Issue 1497483004: [proxies] Make Array.isArray respect proxies. (Closed)

Created:
5 years ago by neis
Modified:
5 years ago
CC:
jochen (gone - plz use gerrit), 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] Make Array.isArray respect proxies. An array is either a JSArray or a proxy whose target is an array. R=bmeurer@chromium.org BUG= Committed: https://crrev.com/82d974799bbdbe549d4641093eee9122503c0b93 Cr-Commit-Position: refs/heads/master@{#32558}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -26 lines) Patch
M src/bootstrapper.cc View 3 chunks +18 lines, -14 lines 0 comments Download
M src/builtins.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/builtins.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/js/array.js View 2 chunks +0 lines, -7 lines 0 comments Download
M src/objects.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 chunks +18 lines, -1 line 0 comments Download
A test/mjsunit/array-isarray.js View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
neis
5 years ago (2015-12-03 10:34:29 UTC) #1
Benedikt Meurer
https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h#newcode182 src/objects-inl.h:182: Maybe<bool> Object::IsArray() const { Mhm, given that this can ...
5 years ago (2015-12-03 10:38:53 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h#newcode182 src/objects-inl.h:182: Maybe<bool> Object::IsArray() const { On 2015/12/03 at 10:38:53, Benedikt ...
5 years ago (2015-12-03 10:40:53 UTC) #4
Benedikt Meurer
On 2015/12/03 10:40:53, jochen wrote: > https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h > File src/objects-inl.h (right): > > https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h#newcode182 > ...
5 years ago (2015-12-03 10:41:22 UTC) #5
neis
On 2015/12/03 10:38:53, Benedikt Meurer wrote: > https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h > File src/objects-inl.h (right): > > https://codereview.chromium.org/1497483004/diff/1/src/objects-inl.h#newcode182 ...
5 years ago (2015-12-03 11:12:19 UTC) #6
Benedikt Meurer
LGTM.
5 years ago (2015-12-03 11:53:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497483004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497483004/20001
5 years ago (2015-12-03 12:01:49 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years ago (2015-12-03 12:51:20 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-03 12:51:52 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/82d974799bbdbe549d4641093eee9122503c0b93
Cr-Commit-Position: refs/heads/master@{#32558}

Powered by Google App Engine
This is Rietveld 408576698