Searched refs:maybe_descriptors_obj (Results 1 – 1 of 1) sorted by relevance
3705 { MaybeObject* maybe_descriptors_obj = DescriptorArray::Allocate(count); in AllocateInitialMap() local3706 if (!maybe_descriptors_obj->To<DescriptorArray>(&descriptors)) { in AllocateInitialMap()3707 return maybe_descriptors_obj; in AllocateInitialMap()