Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs291 pub fn validate_scope_exit(&mut self) -> Result<()> { in validate_scope_exit() method
292 self.resource_tables().validate_scope_exit() in validate_scope_exit()
471 pub fn validate_scope_exit(&mut self) -> Result<()> { in validate_scope_exit() method
472 self.resource_tables().validate_scope_exit() in validate_scope_exit()
H A Dhost.rs576 lower.validate_scope_exit()?; in lower_result_and_exit_call()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dhost_tables.rs315 pub fn validate_scope_exit(&mut self) -> Result<()> { in validate_scope_exit() method
316 self.tables.validate_scope_exit() in validate_scope_exit()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dresources.rs308 pub fn validate_scope_exit(&mut self) -> Result<()> { in validate_scope_exit() method
H A Dlibcalls.rs684 .validate_scope_exit()?; in exit_sync_call()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dfunc.rs657 .validate_scope_exit()?; in call_raw()
H A Dconcurrent.rs3009 .validate_scope_exit()?; in task_complete()