Function jscjs_sys::api::JSStringGetLength [−][src]
pub unsafe extern "C" fn JSStringGetLength(string: JSStringRef) -> usize
Expand description
@function @abstract Returns the number of Unicode characters in a JavaScript string. @param string The JSString whose length (in Unicode characters) you want to know. @result The number of Unicode characters stored in string.