Searched refs:AsFunctionLiteral (Results 1 – 6 of 6) sorted by relevance
155 AsFunctionLiteral()->IsAnonymousFunctionDefinition()) || in IsAnonymousFunctionDefinition()161 return IsFunctionLiteral() && IsConciseMethod(AsFunctionLiteral()->kind()); in IsConciseMethodDefinition()165 return IsFunctionLiteral() && IsAccessorFunction(AsFunctionLiteral()->kind()); in IsAccessorFunctionDefinition()272 DCHECK_NOT_NULL(expr->AsFunctionLiteral()->scope()); in NeedsHomeObject()273 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject(); in NeedsHomeObject()
64 DCHECK_EQ(prop->value()->AsFunctionLiteral()->scope()->outer_scope(), in VisitClassLiteral()
704 right->AsFunctionLiteral()->set_pretenure();
857 result = expression->AsFunctionLiteral(); in DoParseFunction()3196 class_info->constructor = property->value()->AsFunctionLiteral(); in DeclareClassProperty()3736 auto function = value->AsFunctionLiteral(); in SetFunctionName()
329 PreParserExpression AsFunctionLiteral() { return *this; } in AsFunctionLiteral() function
3389 result->AsFunctionLiteral()->SetShouldEagerCompile(); in ParseLeftHandSideExpression()3390 result->AsFunctionLiteral()->mark_as_iife(); in ParseLeftHandSideExpression()3757 expression->AsFunctionLiteral()->SetShouldEagerCompile(); in ParseMemberExpressionContinuation()