(tp, style, cont)
| 40 | // consing up tons of objects. |
| 41 | var type, content; |
| 42 | function ret(tp, style, cont) { |
| 43 | type = tp; content = cont; |
| 44 | return style; |
| 45 | } |
| 46 | |
| 47 | function jsTokenBase(stream, state) { |
| 48 | var ch = stream.next(); |
no outgoing calls
no test coverage detected