(state)
| 414 | } |
| 415 | |
| 416 | function popStateStack(state) { |
| 417 | state.stack.pop(); |
| 418 | var reinstateTokenize = state.stack.length && state.stack[state.stack.length-1].tokenize; |
| 419 | state.tokenize = reinstateTokenize || tokenBase; |
| 420 | } |
| 421 | |
| 422 | // the interface for the mode API |
| 423 | return { |
no outgoing calls
no test coverage detected