func text/template.JSEscaper

3 uses

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

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