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

Issue 1943773002: Add v8::Object::GetOwnPropertyNames(context, filter) method (Closed)

Created:
4 years, 7 months ago by kozy
Modified:
4 years, 7 months ago
CC:
Paweł Hajdan Jr., 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

Add v8::Object::GetOwnPropertyNames(context, filter) method This method provides ability to get all properties of the object with passed filter in addition to existing GetOwnPropertyNames(context) method that returns only enumerable properties. BUG=v8:3861, chromium:581495 R=yangguo@chromium.org LOG=Y Committed: https://crrev.com/f0d27360a6e574eddcad5dca8ceba899c2fa0b3c Cr-Commit-Position: refs/heads/master@{#36031}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -8 lines) Patch
M include/v8.h View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 2 chunks +13 lines, -7 lines 0 comments Download
M src/property-details.h View 1 1 chunk +12 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
kozy
In DevTools we need a method that provides all own property names for object for ...
4 years, 7 months ago (2016-05-03 07:21:35 UTC) #1
kozy
Yang, please take a look.
4 years, 7 months ago (2016-05-03 07:21:50 UTC) #2
Yang
Jochen, please take a look. https://codereview.chromium.org/1943773002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1943773002/diff/1/include/v8.h#newcode2659 include/v8.h:2659: ONLY_WRITABLE = 1, "ONLY" ...
4 years, 7 months ago (2016-05-03 13:50:21 UTC) #4
Yang
On 2016/05/03 13:50:21, Yang wrote: > Jochen, please take a look. > > https://codereview.chromium.org/1943773002/diff/1/include/v8.h > ...
4 years, 7 months ago (2016-05-03 13:51:05 UTC) #5
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1943773002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1943773002/diff/1/include/v8.h#newcode2659 include/v8.h:2659: ONLY_WRITABLE = 1, On 2016/05/03 at 13:50:20, Yang wrote: ...
4 years, 7 months ago (2016-05-03 14:44:39 UTC) #6
kozy
All done. Please take a look. https://codereview.chromium.org/1943773002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1943773002/diff/1/include/v8.h#newcode2659 include/v8.h:2659: ONLY_WRITABLE = 1, ...
4 years, 7 months ago (2016-05-03 17:37:46 UTC) #8
jochen (gone - plz use gerrit)
api lgtm
4 years, 7 months ago (2016-05-04 10:52:35 UTC) #9
jochen (gone - plz use gerrit)
+cbruni fyi
4 years, 7 months ago (2016-05-04 10:52:49 UTC) #11
Yang
On 2016/05/04 10:52:49, jochen wrote: > +cbruni fyi lgtm
4 years, 7 months ago (2016-05-04 10:58:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1943773002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1943773002/20001
4 years, 7 months ago (2016-05-04 15:10:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_win64_rel_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/6826) v8_win_compile_dbg on tryserver.v8 (JOB_FAILED, ...
4 years, 7 months ago (2016-05-04 15:16:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1943773002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1943773002/40001
4 years, 7 months ago (2016-05-04 15:38:47 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-04 16:15:18 UTC) #21
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 16:15:41 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f0d27360a6e574eddcad5dca8ceba899c2fa0b3c
Cr-Commit-Position: refs/heads/master@{#36031}

Powered by Google App Engine
This is Rietveld 408576698