Function generate_for_of_statement

Source
pub fn generate_for_of_statement<T>(this: &mut T, node: &Node)
where T: ControlFlowCore,