Lines Matching defs:ref
779 name << "(ref " << (type.is_nullable() ? "null " : "") << "$";
974 Handle<Object> ref = value.to_ref();
975 if (ref->IsWasmStruct()) {
977 } else if (ref->IsWasmArray()) {
979 } else if (ref->IsWasmInternalFunction()) {
980 v = handle(Handle<WasmInternalFunction>::cast(ref)->external(),
982 } else if (ref->IsJSFunction() || ref->IsSmi() || ref->IsNull() ||
984 v = ref;
989 HeapObject::cast(*ref).map().instance_type());