throw new IllegalStateException("Unknown function '" + name + "'");
}
List values = value.getArguments();
Arguments arguments = compileArguments(values);
FunctionCall call = new FunctionCall(name, function, arguments);
compiledValue = new StyleCompiledExpression(call);
}