| 1034 | } |
| 1035 | |
| 1036 | void fxDelegateNodeBind(void* it, void* param) |
| 1037 | { |
| 1038 | txStatementNode* self = it; |
| 1039 | fxBinderPushVariables(param, 5); |
| 1040 | fxNodeDispatchBind(self->expression, param); |
| 1041 | fxBinderPopVariables(param, 5); |
| 1042 | } |
| 1043 | |
| 1044 | void fxExportNodeBind(void* it, void* param) |
| 1045 | { |
nothing calls this directly
no test coverage detected