Searched refs:HasComplexElements (Results 1 – 7 of 7) sorted by relevance
491 if (current->HasComplexElements()) { in RUNTIME_FUNCTION()541 object->HasComplexElements()) { in RUNTIME_FUNCTION()692 if (PrototypeIterator::GetCurrent<JSReceiver>(iter)->HasComplexElements()) { in RUNTIME_FUNCTION()
47 F(HasComplexElements, 1, 1) \
317 bool HasComplexElements();
90 if (!is_array || length < 1000 || %HasComplexElements(array)) {
283 V(HasComplexElements) \ in IntrinsicHasNoSideEffect()
2221 bool HasComplexElements();
17886 bool NumberDictionary::HasComplexElements() { in HasComplexElements() function in v8::internal::NumberDictionary18798 bool JSReceiver::HasComplexElements() { in HasComplexElements() function in v8::internal::JSReceiver18805 return this_object->element_dictionary()->HasComplexElements(); in HasComplexElements()