| 1210 | } |
| 1211 | |
| 1212 | void fxObjectBindingNodeBind(void* it, void* param) |
| 1213 | { |
| 1214 | txObjectBindingNode* self = it; |
| 1215 | fxBinderPushVariables(param, 2); |
| 1216 | fxNodeListDistribute(self->items, fxNodeDispatchBind, param); |
| 1217 | fxBinderPopVariables(param, 2); |
| 1218 | } |
| 1219 | |
| 1220 | void fxParamsNodeBind(void* it, void* param) |
| 1221 | { |
nothing calls this directly
no test coverage detected