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

Issue 1375943002: Add LookupIterator constructor for arbitrary Object keys (Closed)

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

Add LookupIterator constructor for arbitrary Object keys Continuing unification of properties/elements handling, the new LookupIterator::PropertyOrElement(..., Handle<Object> key, ...) takes any Object and does the required ToPrimitive/ToName/ToArrayIndex conversions on it. Committed: https://crrev.com/e3833fdce29a3726720ad2255475c99f6e50734f Cr-Commit-Position: refs/heads/master@{#31023}

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -51 lines) Patch
M src/api.cc View 1 chunk +5 lines, -13 lines 0 comments Download
M src/lookup.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/lookup.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 3 chunks +14 lines, -38 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Jakob Kummerow
As discussed, PTAL.
5 years, 2 months ago (2015-09-29 14:40:01 UTC) #2
Toon Verwaest
lgtm with comment. I added a larger style suggestion, but up to you... https://codereview.chromium.org/1375943002/diff/1/src/lookup.cc File ...
5 years, 2 months ago (2015-09-30 13:02:34 UTC) #3
Jakob Kummerow
Thanks for the review, I liked your suggestions. Landing. https://codereview.chromium.org/1375943002/diff/1/src/lookup.cc File src/lookup.cc (right): https://codereview.chromium.org/1375943002/diff/1/src/lookup.cc#newcode19 src/lookup.cc:19: ...
5 years, 2 months ago (2015-09-30 14:27:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1375943002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1375943002/20001
5 years, 2 months ago (2015-09-30 14:27:51 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-09-30 14:51:50 UTC) #8
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 14:52:09 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e3833fdce29a3726720ad2255475c99f6e50734f
Cr-Commit-Position: refs/heads/master@{#31023}

Powered by Google App Engine
This is Rietveld 408576698