pub fn is_high_surrogate(u: u32) -> bool
__ecma
__utils
Returns true if u is a high surrogate (in the range 0xD800..=0xDBFF).
u