Home | History | Annotate | Download | only in template

Lines Matching refs:JS

239 			// URL escaped, then quoted for JS.
451 "JS line comment",
458 "JS multiline block comment",
468 "JS single-line block comment",
480 "JS block comment flush with mathematical division",
485 "JS mixed comments",
497 "JS attr block comment",
504 "JS attr line comment",
555 `{{"10$"}}<{{"script src,evil.org/pwnd.js"}}...`,
556 `10$&lt;script src,evil.org/pwnd.js...`,
605 // Treated as JS since quotes are inserted.
610 // Allow checked, selected, disabled, but not JS or
910 `unfinished escape sequence in JS string: "Hello \\"`,
914 `unfinished escape sequence in JS string: "Hello\\, World\\"`,
918 `unfinished escape sequence in JS string: "x+\\"`,
922 `unfinished JS regexp charset: "foo[\\]/"`,
1356 `<script src="foo.js" `,
1360 `<script src='foo.js' `,
1562 "{{.X | js.x }}",
1563 ".X | js.x | urlquery | html",
1568 "{{.X | (print 12 | js).x }}",
1569 ".X | (print 12 | js).x | urlquery | html",
1651 JS(`c && alert("Hello, World!");`),