Function generate_throw_statement

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