func text/template.JSEscape

3 uses

	text/template (current package)
		funcs.go#L679: func JSEscape(w io.Writer, b []byte) {
		funcs.go#L736: 	JSEscape(&b, []byte(s))

	html/template
		escape.go#L979: 	template.JSEscape(w, b)