text/template.common.execFuncs (field)

6 uses

	text/template (current package)
		funcs.go#L143: 		if fn := tmpl.execFuncs[name]; fn.IsValid() {
		template.go#L22: 	execFuncs  map[string]reflect.Value
		template.go#L74: 		c.execFuncs = make(map[string]reflect.Value)
		template.go#L105: 	for k, v := range t.execFuncs {
		template.go#L106: 		nt.execFuncs[k] = v
		template.go#L174: 	addValueFuncs(t.execFuncs, funcMap)