| 1973 | } |
| 1974 | |
| 1975 | void fxNodeDispatchCodeReference(void* it, void* param, txFlag flag) |
| 1976 | { |
| 1977 | txNode* self = it; |
| 1978 | txCoder* coder = param; |
| 1979 | fxCheckParserStack(coder->parser, self->line); |
| 1980 | if (self->line >= 0) |
| 1981 | fxCoderAddLine(coder, 0, XS_CODE_LINE, self); |
| 1982 | (*self->description->dispatch->codeReference)(self, param, flag); |
| 1983 | } |
| 1984 | |
| 1985 | txFlag fxNodeDispatchCodeThis(void* it, void* param, txFlag flag) |
| 1986 | { |
no test coverage detected