Searched refs:throw_depth (Results 1 – 1 of 1) sorted by relevance
98 pub(crate) throw_depth: u32, field154 throw_depth: self.limits.call_depth, in fixup()167 s.throw_depth = s.throw_depth.clamp(1, depth); in fixup()168 s.catch_depth = s.catch_depth.clamp(0, s.throw_depth - 1); in fixup()266 if d == scenario.throw_depth { in encode()436 } else if d < scenario.throw_depth && d < scenario.catch_depth { in encode()444 } else if d < scenario.throw_depth { in encode()583 throw_depth: mutatis::Generate::<u32>::generate(&mut m, ctx)?, in generate()