Lines Matching refs:kAstStmt
270 TypeOf(stmt->expression()) == kAstStmt ? ARITY_0 : ARITY_1; in VisitReturnStatement()
468 FunctionSig::Builder b(zone(), return_type == kAstStmt ? 0 : 1, in VisitFunctionLiteral()
470 if (return_type != kAstStmt) b.AddReturn(return_type); in VisitFunctionLiteral()
473 DCHECK_NE(kAstStmt, type); in VisitFunctionLiteral()
562 DCHECK_NE(kAstStmt, var_type); in VisitVariableProxy()
643 FunctionSig::Builder sig(zone(), return_type == kAstStmt ? 0 : 1, in AddFunctionTable()
645 if (return_type != kAstStmt) { in AddFunctionTable()
796 DCHECK_NE(kAstStmt, var_type); in EmitAssignment()
1284 FunctionSig::Builder sig(zone(), return_type == kAstStmt ? 0 : 1, in VisitCall()
1286 if (return_type != kAstStmt) { in VisitCall()
1739 return kAstStmt; in TypeFrom()