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

Issue 11469014: Add a safe API for creating ASCII-only strings

Created:
8 years ago by piscisaureus
Modified:
8 years ago
CC:
v8-dev
Visibility:
Public.

Description

Add a safe API for creating ASCII-only strings

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -0 lines) Patch
M include/v8.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/heap.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +22 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
bnoordhuis1
https://codereview.chromium.org/11469014/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/11469014/diff/1/src/heap.cc#newcode4552 src/heap.cc:4552: string_result->SeqAsciiStringSet(i, AllocateRawAsciiString and SeqAsciiString don't exist in HEAD.
8 years ago (2012-12-07 04:54:47 UTC) #1
drcarney
This patch conflicts with an upcoming api change I will be making to allow the ...
8 years ago (2012-12-10 10:37:14 UTC) #2
drcarney
8 years ago (2012-12-10 10:39:21 UTC) #3
additionally, i plan to have a flag to mark the string as ascii only in this new
api call.

Powered by Google App Engine
This is Rietveld 408576698