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

Function fxScopeBinding

xs/sources/xsScope.c:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void fxScopeBinding(txScope* self, txBinder* binder)
220{
221 self->scope = binder->scope;
222 binder->scope = self;
223 fxBinderPushVariables(binder, self->declareNodeCount);
224}
225
226void fxScopeBound(txScope* self, txBinder* binder)
227{

Callers 10

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

Calls 1

fxBinderPushVariablesFunction · 0.85

Tested by

no test coverage detected