Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/translate/
H A Dcode_translator.rs3205 let current_continuation_type = continuation_argument_types.last().unwrap(); in translate_operator() localVariable
3206 let current_continuation_type = current_continuation_type.unwrap_ref_type(); in translate_operator() localVariable
3212 match current_continuation_type.heap_type { in translate_operator()