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

Issue 1260283002: Array Builtin Refactoring: Creating API methods on ElementsAccessor (Closed)

Created:
5 years, 4 months ago by Camillo Bruni
Modified:
5 years, 3 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

Array Builtin Refactoring: Creating API methods on ElementsAccessor BUG= Committed: https://crrev.com/ffb3a927592ecc4dc6858ca8fb0d9a0c31e3fb53 Cr-Commit-Position: refs/heads/master@{#29958}

Patch Set 1 #

Patch Set 2 : fixing uint issues #

Patch Set 3 : cleanup #

Patch Set 4 : sign #

Patch Set 5 : signed pets #

Patch Set 6 : proper casts #

Patch Set 7 : moving methods in class hierarchy #

Patch Set 8 : var renames #

Total comments: 10

Patch Set 9 : review response #

Patch Set 10 : newline fix #

Total comments: 7

Patch Set 11 : taking feedback into account #

Patch Set 12 : removing unused method #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -95 lines) Patch
M src/builtins.cc View 1 2 3 4 5 6 7 8 9 4 chunks +13 lines, -95 lines 0 comments Download
M src/elements.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -0 lines 0 comments Download
M src/elements.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +62 lines, -0 lines 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +72 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (3 generated)
Camillo Bruni
5 years, 4 months ago (2015-07-30 10:35:20 UTC) #2
Jakob Kummerow
https://codereview.chromium.org/1260283002/diff/140001/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/1260283002/diff/140001/src/builtins.cc#newcode332 src/builtins.cc:332: int new_length = accessor->Push(array, elms_obj, &args[0], 1, to_add, If ...
5 years, 4 months ago (2015-07-30 11:54:59 UTC) #3
Camillo Bruni
PTAL
5 years, 4 months ago (2015-07-31 11:48:17 UTC) #4
Jakob Kummerow
LGTM with a few more minor comments. https://codereview.chromium.org/1260283002/diff/180001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/1260283002/diff/180001/src/elements.cc#newcode1180 src/elements.cc:1180: // to_add ...
5 years, 4 months ago (2015-07-31 12:24:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1260283002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1260283002/220001
5 years, 4 months ago (2015-07-31 15:43:06 UTC) #8
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 4 months ago (2015-07-31 16:10:42 UTC) #9
commit-bot: I haz the power
5 years, 4 months ago (2015-07-31 16:11:04 UTC) #10
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/ffb3a927592ecc4dc6858ca8fb0d9a0c31e3fb53
Cr-Commit-Position: refs/heads/master@{#29958}

Powered by Google App Engine
This is Rietveld 408576698