Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc122 AsFunctionLiteral()->IsAnonymousFunctionDefinition()) || in IsAnonymousFunctionDefinition()
322 DCHECK_NOT_NULL(expr->AsFunctionLiteral()->scope()); in NeedsHomeObject()
323 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject(); in NeedsHomeObject()
353 IsConciseMethod(value_->AsFunctionLiteral()->kind()))); in NeedsSetFunctionName()
/external/v8/src/parsing/
Dpreparser.h314 PreParserExpression AsFunctionLiteral() { return *this; } in AsFunctionLiteral() function
Dparser.h823 right->AsFunctionLiteral()->set_pretenure();
Dparser.cc974 result = expression->AsFunctionLiteral(); in DoParseFunction()
3465 class_info->constructor = GetPropertyValue(property)->AsFunctionLiteral(); in DeclareClassProperty()
4511 auto function = value->AsFunctionLiteral(); in SetFunctionName()
Dparser-base.h3075 result->AsFunctionLiteral()->SetShouldEagerCompile(); in ParseLeftHandSideExpression()
3407 expression->AsFunctionLiteral()->SetShouldEagerCompile(); in ParseMemberExpressionContinuation()