Home
last modified time | relevance | path

Searched refs:AsFunctionLiteral (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dast.cc155 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()
/external/v8/src/parsing/
Dexpression-scope-reparenter.cc64 DCHECK_EQ(prop->value()->AsFunctionLiteral()->scope()->outer_scope(), in VisitClassLiteral()
Dparser.h704 right->AsFunctionLiteral()->set_pretenure();
Dparser.cc857 result = expression->AsFunctionLiteral(); in DoParseFunction()
3196 class_info->constructor = property->value()->AsFunctionLiteral(); in DeclareClassProperty()
3736 auto function = value->AsFunctionLiteral(); in SetFunctionName()
Dpreparser.h329 PreParserExpression AsFunctionLiteral() { return *this; } in AsFunctionLiteral() function
Dparser-base.h3389 result->AsFunctionLiteral()->SetShouldEagerCompile(); in ParseLeftHandSideExpression()
3390 result->AsFunctionLiteral()->mark_as_iife(); in ParseLeftHandSideExpression()
3757 expression->AsFunctionLiteral()->SetShouldEagerCompile(); in ParseMemberExpressionContinuation()