(tp, style, cont)
| 60 | // consing up tons of objects. |
| 61 | var type, content; |
| 62 | function ret(tp, style, cont) { |
| 63 | type = tp; content = cont; |
| 64 | return style; |
| 65 | } |
| 66 | function tokenBase(stream, state) { |
| 67 | var ch = stream.next(); |
| 68 | if (ch == '"' || ch == "'") { |
no outgoing calls
no test coverage detected