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

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp1587 const bool receiverMatch = (!receiver && !m_receiver) || (receiver && m_receiver && JSValueIsEqual(context, receiver, m_receiver, ignoredException)); local
1588 return receiverMatch && JSValueIsEqual(context, receiverFunction, m_receiverFunction, ignoredException);

Completed in 84 milliseconds