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

Issue 1404283002: Unify ToArrayLength conversions (Closed)

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

Unify ToArrayLength conversions Committed: https://crrev.com/3c1f62ad3915b063e05d2de712886e723921c840 Cr-Commit-Position: refs/heads/master@{#31310}

Patch Set 1 #

Total comments: 8

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -67 lines) Patch
M src/accessors.cc View 3 chunks +3 lines, -33 lines 0 comments Download
M src/conversions-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.cc View 1 3 chunks +19 lines, -15 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -18 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Jakob Kummerow
PTAL. Just removing duplication of logic, no change in behavior intended.
5 years, 2 months ago (2015-10-15 12:41:09 UTC) #2
Toon Verwaest
lgtm with comment https://codereview.chromium.org/1404283002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1404283002/diff/1/src/objects.cc#newcode6404 src/objects.cc:6404: if (length_object->ToUint32(output)) return true; Perhaps change ...
5 years, 2 months ago (2015-10-15 12:58:22 UTC) #4
Camillo Bruni
lgtm https://codereview.chromium.org/1404283002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1404283002/diff/1/src/objects.cc#newcode718 src/objects.cc:718: if (num < 0) return false; yes please ...
5 years, 2 months ago (2015-10-15 13:36:13 UTC) #6
Jakob Kummerow
https://codereview.chromium.org/1404283002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1404283002/diff/1/src/objects.cc#newcode718 src/objects.cc:718: if (num < 0) return false; On 2015/10/15 13:36:13, ...
5 years, 2 months ago (2015-10-15 14:12:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1404283002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1404283002/20001
5 years, 2 months ago (2015-10-15 14:12:24 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-15 16:03:24 UTC) #11
commit-bot: I haz the power
5 years, 2 months ago (2015-10-15 16:03:46 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3c1f62ad3915b063e05d2de712886e723921c840
Cr-Commit-Position: refs/heads/master@{#31310}

Powered by Google App Engine
This is Rietveld 408576698