v8/src/extensions
yangguo@chromium.org 36f5b6d41f Rename IsAsciiRepresentation
This is a straight rename:

IsAsciiRepresentation -> IsOneByteRepresentation
IsAsciiRepresentationUnderneath -> IsOneByteRepresentationUnderneath
AllocateRawAsciiString -> AllocateRawOneByteString
AllocateStringFromAscii -> AllocateStringFromOneByte

R=yangguo@chromium.org,
BUG=

Review URL: https://chromiumcodereview.appspot.com/11308066
Patch from Dan Carney <dcarney@google.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13023 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-11-21 10:01:05 +00:00
..
externalize-string-extension.cc Rename IsAsciiRepresentation 2012-11-21 10:01:05 +00:00
externalize-string-extension.h Extract extensions to a separate directory. 2010-11-17 12:28:30 +00:00
gc-extension.cc Expose gc(true) to JavaScript, which triggers a scavenger GC. 2012-10-25 12:23:03 +00:00
gc-extension.h Extract extensions to a separate directory. 2010-11-17 12:28:30 +00:00
statistics-extension.cc Fix Win64 compile error caused by r12272. 2012-08-08 09:46:45 +00:00
statistics-extension.h Expose counters in javascript. 2012-07-18 12:27:29 +00:00