Lines Matching refs:FunctionLiteral

67   typedef typename Traits::Type::FunctionLiteral FunctionLiteralT;
1079 FunctionLiteral::ParameterFlag has_duplicate_parameters, in NewFunctionLiteral()
1080 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
1081 FunctionLiteral::IsFunctionFlag is_function, in NewFunctionLiteral()
1082 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, in NewFunctionLiteral()
1130 typedef PreParserExpression FunctionLiteral; typedef
1389 int function_token_position, FunctionLiteral::FunctionType type,
1390 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
1524 FunctionLiteral::FunctionType function_type,
1525 FunctionLiteral::ArityRestriction arity_restriction, bool* ok);
1989 kind, RelocInfo::kNoPosition, FunctionLiteral::ANONYMOUS_EXPRESSION, in ParsePropertyDefinition()
1990 FunctionLiteral::NORMAL_ARITY, in ParsePropertyDefinition()
2021 typename Traits::Type::FunctionLiteral value = this->ParseFunctionLiteral( in ParsePropertyDefinition()
2025 FunctionLiteral::ANONYMOUS_EXPRESSION, in ParsePropertyDefinition()
2026 is_get ? FunctionLiteral::GETTER_ARITY : FunctionLiteral::SETTER_ARITY, in ParsePropertyDefinition()
2533 FunctionLiteral::FunctionType function_type = in ParseMemberExpression()
2534 FunctionLiteral::ANONYMOUS_EXPRESSION; in ParseMemberExpression()
2539 function_type = FunctionLiteral::NAMED_EXPRESSION; in ParseMemberExpression()
2545 function_token_position, function_type, FunctionLiteral::NORMAL_ARITY, in ParseMemberExpression()
2705 num_parameters, FunctionLiteral::kNoDuplicateParameters, in ParseArrowFunctionLiteral()
2706 FunctionLiteral::ANONYMOUS_EXPRESSION, FunctionLiteral::kIsFunction, in ParseArrowFunctionLiteral()
2707 FunctionLiteral::kNotParenthesized, FunctionKind::kArrowFunction, in ParseArrowFunctionLiteral()