Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IteratorFunc (0.12 sec)

  1. src/cmd/compile/internal/rangefunc/rewrite.go

    		setPos(stateVarDecl, start)
    		block.List = append(block.List, stateVarDecl)
    	}
    
    	// iteratorFunc(bodyFunc)
    	block.List = append(block.List, call)
    
    	if r.checkFuncMisuse() {
    		// iteratorFunc has exited, check for swallowed panic, and set body state to abi.RF_EXHAUSTED
    		nif := &syntax.IfStmt{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top