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

Function fxBlockNodeBind

xs/sources/xsScope.c:952–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950}
951
952void fxBlockNodeBind(void* it, void* param)
953{
954 txBlockNode* self = it;
955 fxScopeBinding(self->scope, param);
956 fxScopeBindDefineNodes(self->scope, param);
957 if (self->scope->disposableNodeCount)
958 fxBinderPushVariables(param, 2);
959 fxNodeDispatchBind(self->statement, param);
960 if (self->scope->disposableNodeCount)
961 fxBinderPopVariables(param, 2);
962 fxScopeBound(self->scope, param);
963}
964
965void fxCatchNodeBind(void* it, void* param)
966{

Callers

nothing calls this directly

Calls 6

fxScopeBindingFunction · 0.85
fxScopeBindDefineNodesFunction · 0.85
fxBinderPushVariablesFunction · 0.85
fxNodeDispatchBindFunction · 0.85
fxBinderPopVariablesFunction · 0.85
fxScopeBoundFunction · 0.85

Tested by

no test coverage detected