Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh100 bool is_array(Store::Context cx) const { in is_array() function in wasmtime::EqRef
455 inline bool AnyRef::is_array(Store::Context cx) const { in is_array() function in wasmtime::AnyRef
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Deqref.rs89 pub fn is_array(&self, _store: impl AsContext) -> Result<bool> { in is_array() method
H A Danyref.rs142 pub fn is_array(&self, _store: impl AsContext) -> Result<bool> { in is_array() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Deqref.rs412 pub fn is_array(&self, store: impl AsContext) -> Result<bool> { in is_array() method
H A Danyref.rs626 pub fn is_array(&self, store: impl AsContext) -> Result<bool> { in is_array() method
/wasmtime-44.0.1/crates/environ/src/
H A Dtypes.rs1232 pub fn is_array(&self) -> bool { in is_array() method
1417 pub fn is_array(&self) -> bool { in is_array() method