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

Function fxProgramNodeBind

xs/sources/xsScope.c:1291–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291void fxProgramNodeBind(void* it, void* param)
1292{
1293 txProgramNode* self = it;
1294 txBinder* binder = param;
1295 fxScopeBinding(self->scope, param);
1296 fxScopeBindDefineNodes(self->scope, param);
1297 fxNodeDispatchBind(self->body, param);
1298 fxScopeBound(self->scope, param);
1299 self->scopeCount = binder->scopeMaximum;
1300}
1301
1302void fxSpreadNodeBind(void* it, void* param)
1303{

Callers

nothing calls this directly

Calls 4

fxScopeBindingFunction · 0.85
fxScopeBindDefineNodesFunction · 0.85
fxNodeDispatchBindFunction · 0.85
fxScopeBoundFunction · 0.85

Tested by

no test coverage detected