Variable FunctionLiteralExpression.functionAttributes

class FunctionLiteralExpression
{
  // ...
  FunctionAttribute[] functionAttributes;
  // ...
}