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

Function fxChainNodeCodeThis

xs/sources/xsCode.c:2611–2621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2609}
2610
2611txFlag fxChainNodeCodeThis(void* it, void* param, txFlag flag)
2612{
2613 txUnaryExpressionNode* self = it;
2614 txCoder* coder = param;
2615 txTargetCode* chainTarget = coder->chainTarget;
2616 coder->chainTarget = fxCoderCreateTarget(param);
2617 flag = fxNodeDispatchCodeThis(self->right, param, flag);
2618 fxCoderAdd(param, 0, coder->chainTarget);
2619 coder->chainTarget = chainTarget;
2620 return flag;
2621}
2622
2623void fxClassNodeCode(void* it, void* param)
2624{

Callers

nothing calls this directly

Calls 3

fxCoderCreateTargetFunction · 0.85
fxNodeDispatchCodeThisFunction · 0.85
fxCoderAddFunction · 0.85

Tested by

no test coverage detected