Lines Matching refs:FunctionLiteral
171 typedef typename Traits::Type::FunctionLiteral FunctionLiteralT;
2028 RelocInfo::kNoPosition, FunctionLiteral::kAccessorOrMethod, in ParsePropertyDefinition()
2064 typename Traits::Type::FunctionLiteral value = this->ParseFunctionLiteral( in ParsePropertyDefinition()
2067 RelocInfo::kNoPosition, FunctionLiteral::kAccessorOrMethod, in ParsePropertyDefinition()
3003 FunctionLiteral::FunctionType function_type = in ParseMemberExpression()
3004 FunctionLiteral::kAnonymousExpression; in ParseMemberExpression()
3009 function_type = FunctionLiteral::kNamedExpression; in ParseMemberExpression()
3361 arrow_kind, FunctionLiteral::kAnonymousExpression, CHECK_OK); in ParseArrowFunctionLiteral()
3420 FunctionLiteral::kNoDuplicateParameters, in ParseArrowFunctionLiteral()
3421 FunctionLiteral::kAnonymousExpression, in ParseArrowFunctionLiteral()
3422 FunctionLiteral::kShouldLazyCompile, arrow_kind, in ParseArrowFunctionLiteral()