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

Function fxExpressionsNodeCodeThis

xs/sources/xsCode.c:3083–3093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3081}
3082
3083txFlag fxExpressionsNodeCodeThis(void* it, void* param, txFlag flag)
3084{
3085 txExpressionsNode* self = it;
3086 if (self->items) {
3087 txNode* item = self->items->first;
3088 if (item->next == C_NULL) {
3089 return fxNodeDispatchCodeThis(item, param, flag);
3090 }
3091 }
3092 return fxNodeCodeThis(it, param, flag);
3093}
3094
3095void fxExpressionsNodeCodeDelete(void* it, void* param)
3096 {

Callers

nothing calls this directly

Calls 2

fxNodeDispatchCodeThisFunction · 0.85
fxNodeCodeThisFunction · 0.85

Tested by

no test coverage detected