Searched refs:currentSpecificFunction (Results 1 – 1 of 1) sorted by relevance
436 JSCell* currentSpecificFunction; in putDirectInternal() local437 size_t offset = m_structure->get(propertyName, currentAttributes, currentSpecificFunction); in putDirectInternal()439 if (currentSpecificFunction && (specificFunction != currentSpecificFunction)) in putDirectInternal()444 if (!specificFunction && !currentSpecificFunction) in putDirectInternal()478 JSCell* currentSpecificFunction; in putDirectInternal() local479 offset = m_structure->get(propertyName, currentAttributes, currentSpecificFunction); in putDirectInternal()484 if (currentSpecificFunction && (specificFunction != currentSpecificFunction)) { in putDirectInternal()