[Webkit-unassigned] [Bug 27831] Allow custom memory allocation control for JavaScriptCore's UString class
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 20 07:51:03 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=27831
--- Comment #16 from Darin Adler <darin at apple.com> 2010-01-20 07:51:01 PST ---
(In reply to comment #15)
> I didn't know that UString is a GC collected class . Where is it converted to
> JSString?
It's not a GC-collected class. But JSString objects have a UString as a data
member. You can find it in JSString.h.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list