Searched refs:isEntangled (Results 1 – 6 of 6) sorted by relevance
76 if (!isEntangled()) in postMessage()123 if (!isEntangled()) in start()137 if (!isEntangled()) in close()
104 bool isEntangled() { return !m_closed && !isCloned(); } in isEntangled() function
200 … if ((*iter)->hasPendingActivity() || ((*iter)->isEntangled() && !(*iter)->locallyEntangledPort())) in hasPendingActivity()
161 if (port1->isEntangled() || port1->hasPendingActivity()) in visitDOMWrapper()
28138 Updated to use new isCloned() API instead of relying on isEntangled(), which was incorrect.28140 Added a m_closed flag and updated isEntangled() to check it.28141 (WebCore::MessagePort::isEntangled):
76717 …Use isEntangled() method to gate various operations on MessagePort. This method also takes into ac…