func runtime.CallersFrames

9 uses

	runtime (current package)
		extern.go#L277: 	frame, _ := CallersFrames(rpc).Next()
		symtab.go#L76: func CallersFrames(callers []uintptr) *Frames {
		trace.go#L1276: 	ci := CallersFrames(pcs)

	github.com/go-faster/errors
		frame.go#L32: 	frames := runtime.CallersFrames(f.frames[:])

	go.uber.org/zap/internal/stacktrace
		stack.go#L107: 	stack.frames = runtime.CallersFrames(stack.pcs)

	internal/bisect
		bisect.go#L512: 	frames := runtime.CallersFrames(stk)

	log
		log.go#L225: 			fs := runtime.CallersFrames([]uintptr{pc})

	net/http
		server.go#L1130: 	frames := runtime.CallersFrames(pc[:n])

	reflect
		value.go#L189: 	frames := runtime.CallersFrames(pc[:n])