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

Function fxDelegateNodeBind

xs/sources/xsScope.c:1036–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034}
1035
1036void fxDelegateNodeBind(void* it, void* param)
1037{
1038 txStatementNode* self = it;
1039 fxBinderPushVariables(param, 5);
1040 fxNodeDispatchBind(self->expression, param);
1041 fxBinderPopVariables(param, 5);
1042}
1043
1044void fxExportNodeBind(void* it, void* param)
1045{

Callers

nothing calls this directly

Calls 3

fxBinderPushVariablesFunction · 0.85
fxNodeDispatchBindFunction · 0.85
fxBinderPopVariablesFunction · 0.85

Tested by

no test coverage detected