Function for_each_binding_ident
pub fn for_each_binding_ident<T, F>(node: &T, op: F)Available on crate features
__ecma and __utils only.Expand description
Finds all binding idents of node. Any nested identifiers in
expressions are ignored.