| 1016 | } |
| 1017 | |
| 1018 | void fxDeclareNodeBind(void* it, void* param) |
| 1019 | { |
| 1020 | txBindingNode* self = it; |
| 1021 | txBinder* binder = param; |
| 1022 | fxScopeLookup(binder->scope, (txAccessNode*)self, 0); |
| 1023 | } |
| 1024 | |
| 1025 | void fxDefineNodeBind(void* it, void* param) |
| 1026 | { |
nothing calls this directly
no test coverage detected