Lines Matching refs:ArrayRef
7 ArrayRef, ArrayType, AsContext, AsContextMut, EqRef, GcRefImpl, GcRootIndex, HeapType, I31,
127 impl From<Rooted<ArrayRef>> for Rooted<AnyRef> {
129 fn from(s: Rooted<ArrayRef>) -> Self { in from()
134 impl From<OwnedRooted<ArrayRef>> for OwnedRooted<AnyRef> {
136 fn from(s: OwnedRooted<ArrayRef>) -> Self { in from()
378 if header.kind().matches(VMGcKind::ArrayRef) { in _ty()
636 .matches(VMGcKind::ArrayRef)) in _is_array()
652 pub fn as_array(&self, store: impl AsContext) -> Result<Option<Rooted<ArrayRef>>> { in as_array() argument
656 pub(crate) fn _as_array(&self, store: &StoreOpaque) -> Result<Option<Rooted<ArrayRef>>> { in _as_array() argument
675 pub fn unwrap_array(&self, store: impl AsContext) -> Result<Rooted<ArrayRef>> { in unwrap_array() argument
679 pub(crate) fn _unwrap_array(&self, store: &StoreOpaque) -> Result<Rooted<ArrayRef>> { in _unwrap_array() argument