reflect.Value.Call (method)

5 uses

	reflect (current package)
		iter.go#L44: 			v.Call([]Value{rf})
		iter.go#L130: 			v.Call([]Value{rf})
		value.go#L365: func (v Value) Call(in []Value) []Value {

	net/http/httptrace
		trace.go#L203: 			tfCopy.Call(args)
		trace.go#L204: 			return of.Call(args)