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

Issue 7461126: Removing String::ToAsciiArray() since String::ToCString does a better job. (Closed)

Created:
9 years, 4 months ago by Yang
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Removing String::ToAsciiArray() since String::ToCString does a better job.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -17 lines) Patch
M src/objects.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
PTAL. Removing this method again because in gdb you could just as well use call ...
9 years, 4 months ago (2011-08-04 09:01:45 UTC) #1
Jakob Kummerow
LGTM
9 years, 4 months ago (2011-08-04 09:02:40 UTC) #2
Erik Corry
9 years, 4 months ago (2011-08-04 09:06:42 UTC) #3
I don't like this.  The method you are deleting is 100 times easier to use from
gdb.

Powered by Google App Engine
This is Rietveld 408576698