(tp, style, cont)
| 86 | // consing up tons of objects. |
| 87 | var type, content; |
| 88 | function ret(tp, style, cont) { |
| 89 | type = tp; content = cont; |
| 90 | return style; |
| 91 | } |
| 92 | function tokenBase(stream, state) { |
| 93 | var ch = stream.next(); |
| 94 | if (ch == '"' || ch == "'") { |
no outgoing calls
no test coverage detected