Query if 'methodObjName' is a valid methodObj.
If this feature is supported
Reimplemented from FB::JSAPI. Definition at line 153 of file JSAPIAuto.cpp. References HasMethod(). Referenced by GetProperty(). 00154 { 00155 boost::recursive_mutex::scoped_lock lock(m_zoneMutex); 00156 00157 return m_allowMethodObjects && HasMethod(methodObjName); 00158 }
Here is the call graph for this function:
![]() |
Generated on 19 Jun 2013 for FireBreath by
1.6.1
Labels

