Searched refs:otherChild (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCSEPhase.cpp109 Node* otherChild = canonicalize(otherNode->child1()); local
110 if (!otherChild)
112 if (otherChild != child1)
115 otherChild = canonicalize(otherNode->child2());
116 if (!otherChild)
118 if (otherChild != child2)
121 otherChild = canonicalize(otherNode->child3());
122 if (!otherChild)
124 if (otherChild != child3)
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.cpp581 HistoryItem* otherChild = otherItem->childItemWithDocumentSequenceNumber(child->documentSequenceNumber()); local
582 if (!otherChild || !child->hasSameDocumentTree(otherChild))
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.cpp1326 Node* otherChild = other->firstChild(); local
1329 if (!child->isEqualNode(otherChild))
1333 otherChild = otherChild->nextSibling();
1336 if (otherChild)

Completed in 93 milliseconds