()
| 167 | } |
| 168 | } |
| 169 | function typecx() { cx.state.keywords = typeKeywords; } |
| 170 | function valcx() { cx.state.keywords = valKeywords; } |
| 171 | poplex.lex = typecx.lex = valcx.lex = true; |
| 172 |
nothing calls this directly
no outgoing calls
no test coverage detected