lower_try_statement

Function lower_try_statement 

Source
fn lower_try_statement(
    expr: &Expression,
    handler: &Option<(ParameterList, Box<Statement>)>,
    catches: &[CatchClause],
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool