pub fn jsid_to_string(cx: &JSContext, id: HandleId<'_>) -> Option<DOMString>
Convert id to a DOMString. Returns None if id is not a string or integer.
id
DOMString
None
Handling of invalid UTF-16 in strings depends on the relevant option.