MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxChainNodeCode

Function fxChainNodeCode

xs/sources/xsCode.c:2600–2609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2598}
2599
2600void fxChainNodeCode(void* it, void* param)
2601{
2602 txUnaryExpressionNode* self = it;
2603 txCoder* coder = param;
2604 txTargetCode* chainTarget = coder->chainTarget;
2605 coder->chainTarget = fxCoderCreateTarget(param);
2606 fxNodeDispatchCode(self->right, param);
2607 fxCoderAdd(param, 0, coder->chainTarget);
2608 coder->chainTarget = chainTarget;
2609}
2610
2611txFlag fxChainNodeCodeThis(void* it, void* param, txFlag flag)
2612{

Callers

nothing calls this directly

Calls 3

fxCoderCreateTargetFunction · 0.85
fxNodeDispatchCodeFunction · 0.85
fxCoderAddFunction · 0.85

Tested by

no test coverage detected