Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dany.rs151 store.0.validate_sync_call()?; in resource_drop()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstance.rs118 store.0.validate_sync_call()?; in new()
916 store.0.validate_sync_call()?; in instantiate()
H A Dfunc.rs952 store.0.validate_sync_call()?; in call()
H A Dstore.rs2732 pub(crate) fn validate_sync_call(&self) -> Result<()> { in validate_sync_call() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs67 store.0.validate_sync_call().unwrap(); in new()
H A Dtyped.rs148 store.0.validate_sync_call()?; in call()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/func/
H A Dtyped.rs98 store.0.validate_sync_call()?; in call()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dlinker.rs280 store.0.validate_sync_call()?; in instantiate()
H A Dfunc.rs236 store.0.validate_sync_call()?; in call()
H A Dinstance.rs1170 store.0.validate_sync_call()?; in instantiate()