| 282 | } |
| 283 | |
| 284 | void push_field( xsMachine *the, struct jsonparser *fsm ) |
| 285 | { |
| 286 | xsResult = xsInteger(8); |
| 287 | push( the, fsm, &xsResult ); |
| 288 | } |
| 289 | |
| 290 | void set_text( xsMachine *the, struct jsonparser *fsm, char *buffer, int size ) |
| 291 | { |
no test coverage detected