pub fn get_array_index_from_id(id: HandleId<'_>) -> Option<u32>
Get an array index from the given jsid. Returns None if the given jsid is not an integer.
jsid
None