Searched refs:AsFunctionLiteral (Results 1 – 6 of 6) sorted by relevance
219 DCHECK_NOT_NULL(expr->AsFunctionLiteral()->scope()); in NeedsHomeObject()220 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject(); in NeedsHomeObject()
408 value->AsFunctionLiteral() != NULL) { in CheckFunctionLiteralInsideTopLevelObjectLiteral()410 value->AsFunctionLiteral()->set_pretenure(); in CheckFunctionLiteralInsideTopLevelObjectLiteral()
373 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()
265 PreParserExpression AsFunctionLiteral() { return *this; } in AsFunctionLiteral() function
2439 result->AsFunctionLiteral()->set_should_eager_compile(); in ParseLeftHandSideExpression()2867 expression->AsFunctionLiteral()->set_should_eager_compile(); in ParseMemberExpressionContinuation()
1443 AsCall()->expression()->AsFunctionLiteral(); in TEST()1457 fun = exp->AsFunctionLiteral(); in TEST()1460 AsFunctionLiteral(); in TEST()1463 AsFunctionLiteral(); in TEST()