Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuncIdx (0.22 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    		// Dump the function in which this opcode check was supposed to
    		// pass but failed.
    		funcIdx := lineFuncMap[o.fileline]
    		if funcIdx != 0 && funcIdx != lastFunction {
    			funcLines := lines[functionMarkers[funcIdx]:functionMarkers[funcIdx+1]]
    			t.Log(strings.Join(funcLines, "\n"))
    			lastFunction = funcIdx // avoid printing same function twice
    		}
    
    		if o.negative {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top