()
| 213 | cx.state.localVars = defaultVars; |
| 214 | } |
| 215 | function popcontext() { |
| 216 | cx.state.localVars = cx.state.context.vars; |
| 217 | cx.state.context = cx.state.context.prev; |
| 218 | } |
| 219 | function pushlex(type, info) { |
| 220 | var result = function() { |
| 221 | var state = cx.state; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…