Hi, all!

The complete API docs for String::AsciiString are:

<quote>
Converts an object to an ascii string. Useful if you want to print the
object.
</quote>

Can someone out there tell me what the semantics of:

char *  String::AsciiString::operator* () const

are? i.e., who owns the returned string? And can i legally modify the
contents? (And if not, why is it not const?)

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to