Home
last modified time | relevance | path

Searched refs:throw_depth (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dexception_ops.rs98 pub(crate) throw_depth: u32, field
154 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()