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

Function fxBinderPopVariables

xs/sources/xsScope.c:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void fxBinderPopVariables(txBinder* self, txInteger count)
134{
135 self->scopeLevel -= count;
136}
137
138void fxBinderPushVariables(txBinder* self, txInteger count)
139{

Callers 15

fxScopeBoundFunction · 0.85
fxArrayNodeBindFunction · 0.85
fxArrayBindingNodeBindFunction · 0.85
fxBlockNodeBindFunction · 0.85
fxClassNodeBindFunction · 0.85
fxDelegateNodeBindFunction · 0.85
fxForNodeBindFunction · 0.85
fxForInForOfNodeBindFunction · 0.85
fxModuleNodeBindFunction · 0.85
fxObjectNodeBindFunction · 0.85
fxObjectBindingNodeBindFunction · 0.85
fxParamsNodeBindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected