| 901 | } |
| 902 | |
| 903 | void fxAccessNodeBind(void* it, void* param) |
| 904 | { |
| 905 | txAccessNode* self = it; |
| 906 | txBinder* binder = param; |
| 907 | fxScopeLookup(binder->scope, (txAccessNode*)self, 0); |
| 908 | } |
| 909 | |
| 910 | void fxArrayNodeBind(void* it, void* param) |
| 911 | { |
nothing calls this directly
no test coverage detected