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

Issue 557023002: Refactor ObjectGetOwnPropertyKeys to accept bitmask rather than boolean (Closed)

Created:
6 years, 3 months ago by caitp (gmail)
Modified:
6 years, 1 month ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Refactor ObjectGetOwnPropertyKeys to accept bitmask rather than boolean BUG=v8:3549 LOG=Y R=arv@chromium.org, rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=25111

Patch Set 1 #

Total comments: 3

Patch Set 2 : Style/typo correction #

Total comments: 2

Patch Set 3 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M src/symbol.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/v8natives.js View 1 2 3 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
caitp (gmail)
Ping --- so I think semantically it's more or less the same as previously, however ...
6 years, 3 months ago (2014-09-09 20:46:34 UTC) #2
arv (Not doing code reviews)
https://codereview.chromium.org/557023002/diff/1/src/v8natives.js File src/v8natives.js (right): https://codereview.chromium.org/557023002/diff/1/src/v8natives.js#newcode1092 src/v8natives.js:1092: if (IS_PRIVATE(name)) continue; IS_PRIVATE is only true if IS_SYMBOL ...
6 years, 3 months ago (2014-09-09 20:56:53 UTC) #3
arv (Not doing code reviews)
+ Andreas
6 years, 3 months ago (2014-09-09 20:57:13 UTC) #5
rossberg
https://codereview.chromium.org/557023002/diff/20001/src/v8natives.js File src/v8natives.js (right): https://codereview.chromium.org/557023002/diff/20001/src/v8natives.js#newcode1043 src/v8natives.js:1043: filter = (filter || PROPERTY_ATTRIBUTES_NONE) Please remove the defaulting ...
6 years, 3 months ago (2014-09-10 07:37:59 UTC) #6
caitp (gmail)
Updated https://codereview.chromium.org/557023002/diff/20001/src/v8natives.js File src/v8natives.js (right): https://codereview.chromium.org/557023002/diff/20001/src/v8natives.js#newcode1043 src/v8natives.js:1043: filter = (filter || PROPERTY_ATTRIBUTES_NONE) On 2014/09/10 07:37:59, ...
6 years, 3 months ago (2014-09-10 16:54:11 UTC) #7
arv (Not doing code reviews)
On 2014/09/10 16:54:11, caitp wrote: > I think we do want to always filter out ...
6 years, 3 months ago (2014-09-10 17:35:14 UTC) #8
caitp (gmail)
I've addressed all of the comments, `make check` is all good, so I believe everything ...
6 years, 1 month ago (2014-11-03 22:21:59 UTC) #9
arv (Not doing code reviews)
LGTM
6 years, 1 month ago (2014-11-03 22:37:00 UTC) #10
rossberg
lgtm
6 years, 1 month ago (2014-11-04 08:00:20 UTC) #11
arv (Not doing code reviews)
6 years, 1 month ago (2014-11-04 15:08:29 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 25111 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698