pub fn collect_decls<I, N>(n: &N) -> HashSet<I, RandomState>where I: IdentLike + Eq + Hash + Send + Sync, N: VisitWith<BindingCollector<I>>,
__ecma
__utils
Collects binding identifiers.