| 3949 | } |
| 3950 | |
| 3951 | void fxObjectBindingNodeCode(void* it, void* param) |
| 3952 | { |
| 3953 | txObjectBindingNode* self = it; |
| 3954 | txCoder* coder = param; |
| 3955 | fxCoderAddByte(coder, 1, XS_CODE_UNDEFINED); |
| 3956 | fxObjectBindingNodeCodeAssign(self, param, 0); |
| 3957 | } |
| 3958 | |
| 3959 | void fxObjectBindingNodeCodeAssign(void* it, void* param, txFlag flag) |
| 3960 | { |
nothing calls this directly
no test coverage detected