Lines Matching refs:runtime
81 runtime_trap: Box<crate::runtime::vm::Trap>, in from_runtime_box()
83 let crate::runtime::vm::Trap { in from_runtime_box()
90 crate::runtime::vm::TrapReason::Exception => (ThrownException.into(), None), in from_runtime_box()
104 crate::runtime::vm::TrapReason::User(error) => (error, None), in from_runtime_box()
105 crate::runtime::vm::TrapReason::Jit { in from_runtime_box()
121 crate::runtime::vm::TrapReason::Wasm(trap_code) => (trap_code.into(), None), in from_runtime_box()
208 _runtime_trace: crate::runtime::vm::Backtrace,
264 crate::runtime::vm::Backtrace::new(store.0), in capture()
272 _runtime_trace: crate::runtime::vm::Backtrace::empty(), in capture()
292 crate::runtime::vm::Backtrace::new(store.0), in force_capture()
300 runtime_trace: crate::runtime::vm::Backtrace, in from_captured()
308 _runtime_trace: crate::runtime::vm::Backtrace::empty(), in from_captured()