Home
last modified time | relevance | path

Searched refs:m_funcObject (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp1727 , m_funcObject(globalData, funcObject) in QtConnectionObject()
1814 … int funcArgC = m_funcObject->get(exec, exec->propertyNames().length).toInt32(exec); in execute()
1827 if (m_funcObject->inherits(&JSFunction::s_info)) { in execute()
1828 fimp = static_cast<JSFunction*>(m_funcObject.get()); in execute()
1839 CallType callType = m_funcObject->getCallData(callData); in execute()
1840 call(exec, m_funcObject.get(), callType, callData, m_thisObject.get(), l); in execute()
1856 … && thisObject == (JSObject*)m_thisObject.get() && funcObject == (JSObject*)m_funcObject.get()) in match()
Dqt_runtime.h233 Strong<JSObject> m_funcObject; variable