| 2246 | } |
| 2247 | |
| 2248 | void fxArrayBindingNodeCode(void* it, void* param) |
| 2249 | { |
| 2250 | txArrayBindingNode* self = it; |
| 2251 | txCoder* coder = param; |
| 2252 | fxCoderAddByte(coder, 1, XS_CODE_UNDEFINED); |
| 2253 | fxArrayBindingNodeCodeAssign(self, param, 0); |
| 2254 | } |
| 2255 | |
| 2256 | void fxArrayBindingNodeCodeAssign(void* it, void* param, txFlag flag) |
| 2257 | { |
nothing calls this directly
no test coverage detected