Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
void fxBinderPopVariables(txBinder* self, txInteger count)
134
{
135
self->scopeLevel -= count;
136
}
137
138
void fxBinderPushVariables(txBinder* self, txInteger count)
139
{
Callers
15
fxScopeBound
Function · 0.85
fxArrayNodeBind
Function · 0.85
fxArrayBindingNodeBind
Function · 0.85
fxBlockNodeBind
Function · 0.85
fxClassNodeBind
Function · 0.85
fxDelegateNodeBind
Function · 0.85
fxForNodeBind
Function · 0.85
fxForInForOfNodeBind
Function · 0.85
fxModuleNodeBind
Function · 0.85
fxObjectNodeBind
Function · 0.85
fxObjectBindingNodeBind
Function · 0.85
fxParamsNodeBind
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected