func internal/abi.BoundsDecode
4 uses
internal/abi (current package)
bounds.go#L86: func BoundsDecode(v int) (code BoundsErrorCode, signed, xIsReg, yIsReg bool, xVal, yVal int) {
runtime
panic.go#L215: code, signed, xIsReg, yIsReg, xVal, yVal := abi.BoundsDecode(int(v))
panic.go#L243: code, signed, xIsReg, yIsReg, xVal, yVal := abi.BoundsDecode(int(v))
panic.go#L275: code, signed, xIsReg, yIsReg, xVal, yVal := abi.BoundsDecode(int(v))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |