| 2467 | } |
| 2468 | |
| 2469 | void fxBigIntNodeCode(void* it, void* param) |
| 2470 | { |
| 2471 | txBigIntNode* self = it; |
| 2472 | fxCoderAddBigInt(param, 1, XS_CODE_BIGINT_1, &self->value); |
| 2473 | } |
| 2474 | |
| 2475 | void fxBinaryExpressionNodeCode(void* it, void* param) |
| 2476 | { |
nothing calls this directly
no test coverage detected