| 184 | } |
| 185 | |
| 186 | void push( xsMachine *the, struct jsonparser *fsm, xsSlot *slot ) |
| 187 | { |
| 188 | if ( fsm->mark == 0 ) |
| 189 | xsmcCall( xsResult, xsVar(XS_VPT), xsID_push, slot, C_NULL ); |
| 190 | else |
| 191 | ++fsm->mark; |
| 192 | } |
| 193 | |
| 194 | bool pop_null( xsMachine *the, struct jsonparser *fsm ) |
| 195 | { |
no outgoing calls
no test coverage detected