(state, type)
| 78976 | return state.typeStack[state.stackIndex]; |
| 78977 | } |
| 78978 | function setLeftType(state, type) { |
| 78979 | state.typeStack[state.stackIndex] = type; |
| 78980 | } |
| 78981 | function getLastResult(state) { |
| 78982 | return state.typeStack[state.stackIndex + 1]; |
| 78983 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…