(tp, style, cont)
| 73 | // consing up tons of objects. |
| 74 | var type, content; |
| 75 | function ret(tp, style, cont) { |
| 76 | type = tp; content = cont; |
| 77 | return style; |
| 78 | } |
| 79 | |
| 80 | function jsTokenBase(stream, state) { |
| 81 | var ch = stream.next(); |
no outgoing calls
no test coverage detected