Skip to end of metadata
Go to start of metadata

bool FB::JSAPIProxy::HasMethod ( const std::string &  methodName  )  const [virtual]

Query if the JSAPI object has the 'methodName' method.

Parameters:
methodName Name of the method.
Returns:
true if method exists, false if not.

Implements FB::JSAPI.

Definition at line 155 of file JSAPIProxy.cpp.

References FB::JSAPIImpl::getZone().

00156 {
00157     FB::scoped_zonelock _l(getAPI(), getZone());
00158     return getAPI()->HasMethod(methodName);
00159 }

Here is the call graph for this function:


Generated on 22 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None