Searched refs:IsFunctionLiteral (Results 1 – 6 of 6) sorted by relevance
57 DCHECK(prop->value()->IsFunctionLiteral()); in VisitClassLiteral()
372 if (left->IsProperty() && right->IsFunctionLiteral()) { in CheckAssigningFunctionLiteralToProperty()930 expression()->IsFunctionLiteral()) { in DoParseProgram()1091 DCHECK(expression->IsFunctionLiteral()); in ParseLazy()2428 if (value->IsFunctionLiteral()) { in ParseVariableDeclarations()5489 if (!value->IsFunctionLiteral() && !value->IsClassLiteral()) return; in SetFunctionNameFromPropertyName()5499 if (value->IsFunctionLiteral()) { in SetFunctionNameFromPropertyName()5526 if (!value->IsFunctionLiteral() && !value->IsClassLiteral()) return; in SetFunctionNameFromIdentifierRef()5532 if (value->IsFunctionLiteral()) { in SetFunctionNameFromIdentifierRef()
253 bool IsFunctionLiteral() const { return false; } in IsFunctionLiteral() function
2438 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseLeftHandSideExpression()2864 if (expression->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseMemberExpressionContinuation()
218 if (expr == nullptr || !expr->IsFunctionLiteral()) return false; in NeedsHomeObject()
1456 if (exp->IsFunctionLiteral()) { in TEST()