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

Function fxWithNodeBind

xs/sources/xsScope.c:1374–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372}
1373
1374void fxWithNodeBind(void* it, void* param)
1375{
1376 txWithNode* self = it;
1377 fxNodeDispatchBind(self->expression, param);
1378 fxScopeBinding(self->scope, param);
1379 fxNodeDispatchBind(self->statement, param);
1380 fxScopeBound(self->scope, param);
1381}
1382
1383
1384

Callers

nothing calls this directly

Calls 3

fxNodeDispatchBindFunction · 0.85
fxScopeBindingFunction · 0.85
fxScopeBoundFunction · 0.85

Tested by

no test coverage detected