Function rslint_parser::syntax::util::check_var_decl_bound_names[][src]

pub fn check_var_decl_bound_names(p: &mut Parser<'_>, marker: &CompletedMarker)
Expand description

Check the bound names of a variable declaration and issue errors according to 13.3.1.1

Panics

Panics if the marker does not represent a VarDecl.