Searched refs:IsFunctionLiteral (Results 1 – 2 of 2) sorted by relevance
770 bool IsFunctionLiteral() const { return false; } in IsFunctionLiteral() function2430 if (result->IsFunctionLiteral() && mode() == PARSE_EAGERLY) { in ParseLeftHandSideExpression()
920 expression()->IsFunctionLiteral()) { in DoParseProgram()1026 DCHECK(expression->IsFunctionLiteral()); in ParseLazy()