reflect.makeFuncImpl.argLen (field)

2 uses

	reflect (current package)
		makefunc.go#L21: 	argLen uintptr    // just args
		makefunc.go#L65: 	impl := &makeFuncImpl{code: code, stack: stack, argLen: argLen, ftyp: ftyp, fn: fn}