(state)
| 421 | } |
| 422 | |
| 423 | function popStateStack(state) { |
| 424 | var popped = state.stack.pop(); |
| 425 | var reinstateTokenize = state.stack.length && state.stack[state.stack.length-1].tokenize |
| 426 | state.tokenize = reinstateTokenize || tokenBase; |
| 427 | } |
| 428 | |
| 429 | // the interface for the mode API |
| 430 | return { |
no outgoing calls
no test coverage detected