Searched refs:is_array (Results 1 – 12 of 12) sorted by relevance
217 EXPECT_TRUE(eq.is_array(cx)); in TEST()247 EXPECT_FALSE(any.is_array(cx)); in TEST()275 EXPECT_FALSE(any.is_array(cx)); in TEST()303 EXPECT_TRUE(any.is_array(cx)); in TEST()
89 pub fn is_array(&self, _store: impl AsContext) -> Result<bool> { in is_array() method
142 pub fn is_array(&self, _store: impl AsContext) -> Result<bool> { in is_array() method
100 bool is_array(Store::Context cx) const { in is_array() function in wasmtime::EqRef455 inline bool AnyRef::is_array(Store::Context cx) const { in is_array() function in wasmtime::AnyRef
196 inline bool is_array(Store::Context cx) const;
174 if x.is_array(store)? { in match_val()
412 pub fn is_array(&self, store: impl AsContext) -> Result<bool> { in is_array() method
626 pub fn is_array(&self, store: impl AsContext) -> Result<bool> { in is_array() method
917 Some(eqref) => eqref.is_array(&cx).expect("OwnedRooted always in scope"), in wasmtime_eqref_is_array()1007 Some(anyref) => anyref.is_array(&cx).expect("OwnedRooted always in scope"), in wasmtime_anyref_is_array()
182 assert!(anyref.is_array(&store)?); in anyref_as_array()187 assert!(!anyref.is_array(&store)?); in anyref_as_array()
1232 pub fn is_array(&self) -> bool { in is_array() method1417 pub fn is_array(&self) -> bool { in is_array() method1418 self.composite_type.inner.is_array() && !self.composite_type.shared in is_array()
2349 debug_assert!(registered_type.is_array()); in from_registered_type()