FunctionDef functionDef = scraper.getConfiguration().getFunctionDef(functionName);
this.setProperty("Name", functionName);
if (functionDef == null) {
throw new FunctionException("Function \"" + functionName + "\" is undefined!");
}
scraper.clearFunctionParams();
// executes body of call processor