Home | History | Annotate | Download | only in mocha

Lines Matching refs:Highlight

5979  * Highlight the given string of `js`.
5986 function highlight(js) {
5999 * Highlight the contents of tag `name`.
6008 code[i].innerHTML = highlight(code[i].innerHTML);