| 922 | } |
| 923 | |
| 924 | void fxArrayBindingNodeBind(void* it, void* param) |
| 925 | { |
| 926 | txArrayBindingNode* self = it; |
| 927 | fxBinderPushVariables(param, 6); |
| 928 | fxNodeListDistribute(self->items, fxNodeDispatchBind, param); |
| 929 | fxBinderPopVariables(param, 6); |
| 930 | } |
| 931 | |
| 932 | void fxAssignNodeBind(void* it, void* param) |
| 933 | { |
nothing calls this directly
no test coverage detected