Skip to end of metadata
Go to start of metadata

bool FB::JSAPIAuto::HasMethodObject ( const std::string &  methodObjName  )  const [virtual]

Query if 'methodObjName' is a valid methodObj.

Parameters:
methodObjName Name of the method to fetch an object for.

If this feature is supported

Returns:
true if methodObj exists, false if not.
Since:
1.4

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  doxygen 1.6.1
Labels
  • None