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

Function fxScopeEval

xs/sources/xsScope.c:256–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void fxScopeEval(txScope* self)
257{
258 while (self) {
259 self->flags |= mxEvalFlag;
260 self = self->scope;
261 }
262}
263
264txDeclareNode* fxScopeGetDeclareNode(txScope* self, txSymbol* symbol)
265{

Callers 2

fxCallNodeHoistFunction · 0.85
fxWithNodeHoistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected