Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dresources.rs276 let scope = self.task_state.current_call_context_scope_id()?; in resource_lift_borrow()
295 let scope = self.task_state.current_call_context_scope_id()?; in resource_lower_borrow()
309 let current = self.task_state.current_call_context_scope_id()?; in validate_scope_exit()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs513 pub fn current_call_context_scope_id(&self) -> Result<u32> { in current_call_context_scope_id() method
516 ComponentTaskState::Concurrent(state) => state.current_call_context_scope_id(), in current_call_context_scope_id()
H A Dconcurrent_disabled.rs18 pub fn current_call_context_scope_id(&self) -> Result<u32> { in current_call_context_scope_id() method
H A Dconcurrent.rs5166 pub fn current_call_context_scope_id(&self) -> Result<u32> { in current_call_context_scope_id() method