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

Function fxScopeBindDefineNodes

xs/sources/xsScope.c:210–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void fxScopeBindDefineNodes(txScope* self, void* param)
211{
212 txDefineNode* node = self->firstDefineNode;
213 while (node) {
214 fxNodeDispatchBind(node, param);
215 node = node->nextDefineNode;
216 }
217}
218
219void fxScopeBinding(txScope* self, txBinder* binder)
220{

Callers 8

fxBlockNodeBindFunction · 0.85
fxCatchNodeBindFunction · 0.85
fxForNodeBindFunction · 0.85
fxForInForOfNodeBindFunction · 0.85
fxFunctionNodeBindFunction · 0.85
fxModuleNodeBindFunction · 0.85
fxProgramNodeBindFunction · 0.85
fxSwitchNodeBindFunction · 0.85

Calls 1

fxNodeDispatchBindFunction · 0.85

Tested by

no test coverage detected