Lines Matching refs:ArrayRef
4 AnyRef, ArrayRef, ArrayType, AsContext, AsContextMut, GcRefImpl, GcRootIndex, HeapType, I31,
109 impl From<Rooted<ArrayRef>> for Rooted<EqRef> {
111 fn from(s: Rooted<ArrayRef>) -> Self { in from()
116 impl From<OwnedRooted<ArrayRef>> for OwnedRooted<EqRef> {
118 fn from(s: OwnedRooted<ArrayRef>) -> Self { in from()
209 if header.kind().matches(VMGcKind::ArrayRef) { in _ty()
422 .matches(VMGcKind::ArrayRef)) in _is_array()
438 pub fn as_array(&self, store: impl AsContext) -> Result<Option<Rooted<ArrayRef>>> { in as_array() argument
442 pub(crate) fn _as_array(&self, store: &StoreOpaque) -> Result<Option<Rooted<ArrayRef>>> { in _as_array() argument
461 pub fn unwrap_array(&self, store: impl AsContext) -> Result<Rooted<ArrayRef>> { in unwrap_array() argument
465 pub(crate) fn _unwrap_array(&self, store: &StoreOpaque) -> Result<Rooted<ArrayRef>> { in _unwrap_array() argument