func text/template.JSEscape

3 uses

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

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