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