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