get_latin1_string_bytes

Function get_latin1_string_bytes 

Source
unsafe fn get_latin1_string_bytes(
    rooted_traceable_box: &RootedTraceableBox<Heap<*mut JSString>>,
) -> &[u8] 
Expand description

Gets the latin1 bytes from the js engine. Safety: Make sure the *mut JSString is not null.