Home | History | Annotate | Download | only in reflect

Lines Matching full:funcname

520 				panic("reflect: function created by MakeFunc using " + funcName(f) +
525 panic("reflect: function created by MakeFunc using " + funcName(f) +
649 // funcName returns the name of f, for use in error messages.
650 func funcName(f func([]Value) []Value) string {