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

Function fxArrayBindingNodeBind

xs/sources/xsScope.c:924–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924void fxArrayBindingNodeBind(void* it, void* param)
925{
926 txArrayBindingNode* self = it;
927 fxBinderPushVariables(param, 6);
928 fxNodeListDistribute(self->items, fxNodeDispatchBind, param);
929 fxBinderPopVariables(param, 6);
930}
931
932void fxAssignNodeBind(void* it, void* param)
933{

Callers

nothing calls this directly

Calls 3

fxBinderPushVariablesFunction · 0.85
fxNodeListDistributeFunction · 0.85
fxBinderPopVariablesFunction · 0.85

Tested by

no test coverage detected