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

Function fxBinderPushVariables

xs/sources/xsScope.c:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void fxBinderPushVariables(txBinder* self, txInteger count)
139{
140 self->scopeLevel += count;
141 if (self->scopeMaximum < self->scopeLevel)
142 self->scopeMaximum = self->scopeLevel;
143}
144
145txScope* fxScopeNew(txHoister* hoister, txNode* node, txToken token)
146{

Callers 15

fxScopeBindingFunction · 0.85
fxArrayNodeBindFunction · 0.85
fxArrayBindingNodeBindFunction · 0.85
fxBlockNodeBindFunction · 0.85
fxCatchNodeBindFunction · 0.85
fxClassNodeBindFunction · 0.85
fxDelegateNodeBindFunction · 0.85
fxForNodeBindFunction · 0.85
fxForInForOfNodeBindFunction · 0.85
fxModuleNodeBindFunction · 0.85
fxObjectNodeBindFunction · 0.85
fxObjectBindingNodeBindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected