| 1372 | } |
| 1373 | |
| 1374 | void fxWithNodeBind(void* it, void* param) |
| 1375 | { |
| 1376 | txWithNode* self = it; |
| 1377 | fxNodeDispatchBind(self->expression, param); |
| 1378 | fxScopeBinding(self->scope, param); |
| 1379 | fxNodeDispatchBind(self->statement, param); |
| 1380 | fxScopeBound(self->scope, param); |
| 1381 | } |
| 1382 | |
| 1383 | |
| 1384 |
nothing calls this directly
no test coverage detected