Searched refs:Node_replaceChild (Results 1 – 4 of 4) sorted by relevance
48 extern void Node_replaceChild(Node* node, Node* newChild, Node* oldChild);
64 void Node_replaceChild(Node* node, Node* newChild, Node* oldChild) in Node_replaceChild() function
90 Node_replaceChild(node, newChild, oldChild); in JSNode_replaceChild()
9974 (Node_replaceChild):