fn unescape_string<'a>(string: &str, cx: &'a Context<'_>) -> Gc<ObjectType<'a>>
Expand description
process escape characters in the string slice and return the resulting string.
fn unescape_string<'a>(string: &str, cx: &'a Context<'_>) -> Gc<ObjectType<'a>>
process escape characters in the string slice and return the resulting string.