Home
last modified time | relevance | path

Searched defs:TypeComponentLocalErrorContextTableIndex (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs478 pub fn error_context_type(&mut self) -> Result<TypeComponentLocalErrorContextTableIndex> { in error_context_type()
683 pub fn error_context_table_type(&mut self) -> Result<TypeComponentLocalErrorContextTableIndex> { in error_context_table_type()
821 ) -> TypeComponentLocalErrorContextTableIndex { in add_error_context_table_type()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs4145 ty: TypeComponentLocalErrorContextTableIndex, in error_context_new()
4188 ty: TypeComponentLocalErrorContextTableIndex, in error_context_debug_message()
4328 ty: TypeComponentLocalErrorContextTableIndex, in error_context_drop()
4453 src: TypeComponentLocalErrorContextTableIndex, in error_context_transfer()
4454 dst: TypeComponentLocalErrorContextTableIndex, in error_context_transfer()
4491 ty: TypeComponentLocalErrorContextTableIndex, in table_for_error_context()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3905 ty: TypeComponentLocalErrorContextTableIndex, in error_context_debug_message()
4199 ty: TypeComponentLocalErrorContextTableIndex, in error_context_debug_message()
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs3616 src_ty: TypeComponentLocalErrorContextTableIndex, in translate_error_context()