Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc219 DCHECK_NOT_NULL(expr->AsFunctionLiteral()->scope()); in NeedsHomeObject()
220 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject(); in NeedsHomeObject()
/external/v8/src/parsing/
Dparser.h408 value->AsFunctionLiteral() != NULL) { in CheckFunctionLiteralInsideTopLevelObjectLiteral()
410 value->AsFunctionLiteral()->set_pretenure(); in CheckFunctionLiteralInsideTopLevelObjectLiteral()
Dparser.cc373 right->AsFunctionLiteral()->set_pretenure(); in CheckAssigningFunctionLiteralToProperty()
1092 result = expression->AsFunctionLiteral(); in ParseLazy()
2429 auto function_literal = value->AsFunctionLiteral(); in ParseVariableDeclarations()
4796 constructor = GetPropertyValue(property)->AsFunctionLiteral(); in ParseClassLiteral()
5500 auto function = value->AsFunctionLiteral(); in SetFunctionNameFromPropertyName()
5533 auto function = value->AsFunctionLiteral(); in SetFunctionNameFromIdentifierRef()
Dpreparser.h265 PreParserExpression AsFunctionLiteral() { return *this; } in AsFunctionLiteral() function
Dparser-base.h2439 result->AsFunctionLiteral()->set_should_eager_compile(); in ParseLeftHandSideExpression()
2867 expression->AsFunctionLiteral()->set_should_eager_compile(); in ParseMemberExpressionContinuation()
/external/v8/test/cctest/
Dtest-parsing.cc1443 AsCall()->expression()->AsFunctionLiteral(); in TEST()
1457 fun = exp->AsFunctionLiteral(); in TEST()
1460 AsFunctionLiteral(); in TEST()
1463 AsFunctionLiteral(); in TEST()