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

Issue 1177043012: More cleanly separate adding from setting elements (Closed)

Created:
5 years, 6 months ago by Toon Verwaest
Modified:
5 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

More cleanly separate adding from setting elements This is a first step towards disentangling the backend code. In the future we should just use ElementsAccessors. BUG=v8:4137 LOG=n Committed: https://crrev.com/6a3ba3cc2ce4bec497ea59b925ab4b2280b0f048 Cr-Commit-Position: refs/heads/master@{#29111}

Patch Set 1 #

Patch Set 2 : Use AddDictionaryElement to move a newly aliased argument #

Patch Set 3 : Remove superfluous cast #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Addressed comments #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Patch Set 8 : Rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -86 lines) Patch
M src/lookup.cc View 1 2 3 4 5 6 7 1 chunk +10 lines, -14 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 7 1 chunk +11 lines, -4 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 14 chunks +111 lines, -68 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Toon Verwaest
ptal
5 years, 6 months ago (2015-06-17 18:54:44 UTC) #2
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/1177043012/diff/60001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1177043012/diff/60001/src/objects.cc#newcode12555 src/objects.cc:12555: : Handle<Object>::cast(isolate->factory()->the_hole_value()); nit: do you even ...
5 years, 6 months ago (2015-06-18 11:32:47 UTC) #3
Jakob Kummerow
Patch set 7 still LGTM. https://codereview.chromium.org/1177043012/diff/100001/src/lookup.cc File src/lookup.cc (right): https://codereview.chromium.org/1177043012/diff/100001/src/lookup.cc#newcode185 src/lookup.cc:185: JSObject::SetSloppyArgumentsElement(holder, index(), value, attributes); ...
5 years, 6 months ago (2015-06-18 11:49:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1177043012/110004
5 years, 6 months ago (2015-06-18 11:52:47 UTC) #7
commit-bot: I haz the power
Committed patchset #8 (id:110004)
5 years, 6 months ago (2015-06-18 12:21:02 UTC) #8
commit-bot: I haz the power
5 years, 6 months ago (2015-06-18 12:21:16 UTC) #9
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/6a3ba3cc2ce4bec497ea59b925ab4b2280b0f048
Cr-Commit-Position: refs/heads/master@{#29111}

Powered by Google App Engine
This is Rietveld 408576698