| 1354 | } |
| 1355 | |
| 1356 | void fxThisNodeBind(void* it, void* param) |
| 1357 | { |
| 1358 | txBinder* binder = param; |
| 1359 | fxScopeArrow(binder->scope); |
| 1360 | } |
| 1361 | |
| 1362 | void fxTryNodeBind(void* it, void* param) |
| 1363 | { |
nothing calls this directly
no test coverage detected