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

Issue 2176553002: Move StringMatch to String::IndexOf (Closed)

Created:
4 years, 5 months ago by jgruber
Modified:
4 years, 5 months ago
Reviewers:
Yang
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

Move StringMatch to String::IndexOf This will get a new call site in an upcoming commit, move it to String so it's accessible from without runtime-strings.cc. BUG= Committed: https://crrev.com/428dde9ac79e3baead2e1cd384dfeab23de143c1 Cr-Commit-Position: refs/heads/master@{#37974}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -44 lines) Patch
M src/objects.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +36 lines, -0 lines 0 comments Download
M src/runtime/runtime-strings.cc View 3 chunks +2 lines, -44 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
jgruber
This will be used in CallSite.toString.
4 years, 5 months ago (2016-07-22 07:50:44 UTC) #3
jgruber
This will be used in CallSite.toString.
4 years, 5 months ago (2016-07-22 07:51:20 UTC) #5
Yang
lgtm https://codereview.chromium.org/2176553002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/2176553002/diff/1/src/objects.h#newcode9032 src/objects.h:9032: // and should check that pat->length() + start_index ...
4 years, 5 months ago (2016-07-22 08:34:03 UTC) #8
jgruber
https://codereview.chromium.org/2176553002/diff/1/src/objects.h File src/objects.h (right): https://codereview.chromium.org/2176553002/diff/1/src/objects.h#newcode9032 src/objects.h:9032: // and should check that pat->length() + start_index <= ...
4 years, 5 months ago (2016-07-22 09:22:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2176553002/20001
4 years, 5 months ago (2016-07-22 09:23:05 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-22 09:49:23 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 09:52:39 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/428dde9ac79e3baead2e1cd384dfeab23de143c1
Cr-Commit-Position: refs/heads/master@{#37974}

Powered by Google App Engine
This is Rietveld 408576698