Function javascriptcore_sys::JSStringGetCharactersPtr
[−]
[src]
pub unsafe extern "C" fn JSStringGetCharactersPtr(
string: JSStringRef
) -> *const JSChar
Returns a pointer to the Unicode character buffer that serves as the backing store for a JavaScript string.
string: TheJSStringwhose backing store you want to access.
Returns a pointer to the Unicode character buffer that serves
as string's backing store, which will be deallocated when
string is deallocated.