func text/template.JSEscaper

3 uses

	text/template (current package)
		funcs.go#L47: 		"js":       JSEscaper,
		funcs.go#L721: func JSEscaper(args ...any) string {

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