| 217 | } |
| 218 | |
| 219 | void fxScopeBinding(txScope* self, txBinder* binder) |
| 220 | { |
| 221 | self->scope = binder->scope; |
| 222 | binder->scope = self; |
| 223 | fxBinderPushVariables(binder, self->declareNodeCount); |
| 224 | } |
| 225 | |
| 226 | void fxScopeBound(txScope* self, txBinder* binder) |
| 227 | { |
no test coverage detected