runtime._panic.aborted (field)
9 uses
runtime (current package)
panic.go#L600: d._panic.aborted = true
panic.go#L620: if p.aborted {
panic.go#L634: if p.aborted {
panic.go#L641: p.aborted = false
panic.go#L852: if p != nil && p.aborted {
panic.go#L938: d._panic.aborted = true
panic.go#L993: if gp._panic != nil && gp._panic.goexit && gp._panic.aborted {
panic.go#L1045: for gp._panic != nil && gp._panic.aborted {
runtime2.go#L949: aborted bool // the panic was aborted
![]() |
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. |