runtime.Frame.Line (field)
14 uses
runtime (current package)
extern.go#L206: return frame.PC, frame.File, frame.Line, frame.PC != 0
symtab.go#L49: Line int
symtab.go#L148: frame.File, frame.Line = file, int(line)
symtab.go#L228: Line: int(arg.lineno),
trace.go#L906: frame.line = uint64(f.Line)
runtime/pprof
pprof.go#L505: fmt.Fprintf(w, "#\t%#x\t%s+%#x\t%s:%d\n", frame.PC, name, frame.PC-frame.Entry, frame.File, frame.Line)
proto.go#L225: if frame.PC == 0 || frame.Function == "" || frame.File == "" || frame.Line == 0 {
proto.go#L546: b.pbLine(tagLocation_Line, funcID, int64(frame.Line))
golang.org/x/xerrors
frame.go#L40: return fr.Function, fr.File, fr.Line
net/http
server.go#L1138: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1143: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1585: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L3388: logf(tw.req, "http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
testing
testing.go#L533: line := frame.Line
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |