const runtime._TraceRuntimeFrames
5 uses
runtime (current package)
runtime2.go#L975: _TraceRuntimeFrames = 1 << iota // include frames for internal runtime functions.
traceback.go#L412: if (flags&_TraceRuntimeFrames) != 0 || showframe(inlFuncInfo, gp, nprint == 0, inlFuncInfo.funcID, lastFuncID) {
traceback.go#L424: if (flags&_TraceRuntimeFrames) != 0 || showframe(f, gp, nprint == 0, f.funcID, lastFuncID) {
traceback.go#L733: if n == 0 && (flags&_TraceRuntimeFrames) == 0 {
traceback.go#L734: n = gentraceback(pc, sp, lr, gp, 0, nil, _TracebackMaxFrames, nil, nil, flags|_TraceRuntimeFrames)
 |
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. |