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

Issue 1375003002: Teach JSReceiver::GetKeys() how to include symbols (Closed)

Created:
5 years, 2 months ago by Jakob Kummerow
Modified:
5 years, 2 months ago
Reviewers:
Camillo Bruni
CC:
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

Teach JSReceiver::GetKeys() how to include symbols No users of that functionality yet, those will come separately. Committed: https://crrev.com/b4b69fd9c00c35769747f9bb5c3621a8a6b3ac4c Cr-Commit-Position: refs/heads/master@{#31024}

Patch Set 1 #

Total comments: 4

Patch Set 2 : refactored flag enums #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -47 lines) Patch
M src/elements.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/elements.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 4 chunks +7 lines, -6 lines 0 comments Download
M src/objects.cc View 1 2 8 chunks +47 lines, -37 lines 0 comments Download
M src/runtime/runtime-array.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (5 generated)
Jakob Kummerow
PTAL.
5 years, 2 months ago (2015-09-29 14:52:35 UTC) #2
Camillo Bruni
lgmt Some comments for future improvements. https://codereview.chromium.org/1375003002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1375003002/diff/1/src/objects.cc#newcode6920 src/objects.cc:6920: current->GetOwnPropertyNames(*property_keys, 0, filter); ...
5 years, 2 months ago (2015-09-29 16:27:20 UTC) #3
Camillo Bruni
lgtm
5 years, 2 months ago (2015-09-29 16:28:19 UTC) #4
Jakob Kummerow
https://codereview.chromium.org/1375003002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1375003002/diff/1/src/objects.cc#newcode6920 src/objects.cc:6920: current->GetOwnPropertyNames(*property_keys, 0, filter); On 2015/09/29 16:27:20, cbruni wrote: > ...
5 years, 2 months ago (2015-09-30 13:59:30 UTC) #5
Camillo Bruni
lgtm
5 years, 2 months ago (2015-09-30 14:09:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375003002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375003002/20001
5 years, 2 months ago (2015-09-30 14:09:54 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/8478) v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, ...
5 years, 2 months ago (2015-09-30 14:11:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375003002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375003002/40001
5 years, 2 months ago (2015-09-30 14:33:09 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-09-30 15:00:27 UTC) #14
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 15:00:42 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b4b69fd9c00c35769747f9bb5c3621a8a6b3ac4c
Cr-Commit-Position: refs/heads/master@{#31024}

Powered by Google App Engine
This is Rietveld 408576698