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

Issue 16530003: add function to test whether string contents are definitely one byte (Closed)

Created:
7 years, 6 months ago by dcarney
Modified:
7 years, 6 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

add function to test whether string contents are definitely one byte R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14976

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressed comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -1 line) Patch
M include/v8.h View 1 1 chunk +9 lines, -1 line 0 comments Download
M src/api.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +5 lines, -0 lines 2 comments Download
M test/cctest/test-api.cc View 1 1 chunk +45 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
Yang
Some comments, but looking good so far. https://codereview.chromium.org/16530003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/16530003/diff/1/include/v8.h#newcode1537 include/v8.h:1537: bool DefinitelyContainsOnlyOneByte() ...
7 years, 6 months ago (2013-06-06 09:12:54 UTC) #1
dcarney
https://codereview.chromium.org/16530003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/16530003/diff/1/include/v8.h#newcode1537 include/v8.h:1537: bool DefinitelyContainsOnlyOneByte() const; On 2013/06/06 09:12:59, Yang wrote: > ...
7 years, 6 months ago (2013-06-06 09:17:21 UTC) #2
dcarney
okay, addressed comments. added tests and random check which is relevant to blink. doing the ...
7 years, 6 months ago (2013-06-06 12:17:09 UTC) #3
Yang
LGTM with comments. https://codereview.chromium.org/16530003/diff/6001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/16530003/diff/6001/src/objects.cc#newcode1212 src/objects.cc:1212: } Is this really necessary? We ...
7 years, 6 months ago (2013-06-06 12:57:35 UTC) #4
dcarney
https://codereview.chromium.org/16530003/diff/6001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/16530003/diff/6001/src/objects.cc#newcode1212 src/objects.cc:1212: } On 2013/06/06 12:57:36, Yang wrote: > Is this ...
7 years, 6 months ago (2013-06-06 13:11:03 UTC) #5
Yang
On 2013/06/06 13:11:03, dcarney wrote: > https://codereview.chromium.org/16530003/diff/6001/src/objects.cc > File src/objects.cc (right): > > https://codereview.chromium.org/16530003/diff/6001/src/objects.cc#newcode1212 > ...
7 years, 6 months ago (2013-06-06 13:11:47 UTC) #6
dcarney
7 years, 6 months ago (2013-06-06 13:16:59 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r14976 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698