func runtime.reflectcall
4 uses
runtime (current package)
mfinal.go#L222: reflectcall(nil, unsafe.Pointer(f.fn), frame, uint32(framesz), uint32(framesz))
panic.go#L877: reflectcall(nil, fn, arg, argsize, argsize)
panic.go#L971: reflectcall(nil, unsafe.Pointer(d.fn), deferArgs(d), uint32(d.siz), uint32(d.siz))
stubs.go#L190: func reflectcall(argtype *_type, fn, arg unsafe.Pointer, argsize uint32, retoffset uint32)
 |
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. |