func text/template.JSEscaper

3 uses

	text/template (current package)
		funcs.go#L44: 		"js":       JSEscaper,
		funcs.go#L734: func JSEscaper(args ...interface{}) string {

	html/template
		escape.go#L885: 	return template.JSEscaper(args...)