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

Function fxDefineNodeBind

xs/sources/xsScope.c:1025–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025void fxDefineNodeBind(void* it, void* param)
1026{
1027 txDefineNode* self = it;
1028 txBinder* binder = param;
1029 if (self->flags & mxDefineNodeBoundFlag)
1030 return;
1031 self->flags |= mxDefineNodeBoundFlag;
1032 fxScopeLookup(binder->scope, (txAccessNode*)self, 0);
1033 fxNodeDispatchBind(self->initializer, param);
1034}
1035
1036void fxDelegateNodeBind(void* it, void* param)
1037{

Callers

nothing calls this directly

Calls 2

fxScopeLookupFunction · 0.85
fxNodeDispatchBindFunction · 0.85

Tested by

no test coverage detected