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

Function fxForInForOfNodeBind

xs/sources/xsScope.c:1103–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103void fxForInForOfNodeBind(void* it, void* param)
1104{
1105 txForInForOfNode* self = it;
1106 fxBinderPushVariables(param, 6);
1107 fxScopeBinding(self->scope, param);
1108 fxScopeBindDefineNodes(self->scope, param);
1109 fxNodeDispatchBind(self->reference, param);
1110 fxNodeDispatchBind(self->expression, param);
1111 fxNodeDispatchBind(self->statement, param);
1112 fxScopeBound(self->scope, param);
1113 fxBinderPopVariables(param, 6);
1114}
1115
1116void fxFunctionNodeBind(void* it, void* param)
1117{

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected