text/template.state.evalEmptyInterface (method)

3 uses

	text/template (current package)
		exec.go#L824: 			return s.evalEmptyInterface(dot, n)
		exec.go#L828: 			return reflect.ValueOf(s.evalEmptyInterface(dot, n))
		exec.go#L904: func (s *state) evalEmptyInterface(dot reflect.Value, n parse.Node) reflect.Value {