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

Function fxParserBind

xs/sources/xsScope.c:86–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84static void fxFunctionNodeRename(void* it, txSymbol* symbol);
85
86void fxParserBind(txParser* parser)
87{
88 txBinder binder;
89 c_memset(&binder, 0, sizeof(txBinder));
90 binder.parser = parser;
91 if (parser->errorCount == 0) {
92 mxTryParser(parser) {
93 fxNodeDispatchBind(parser->root, &binder);
94 }
95 mxCatchParser(parser) {
96 }
97 }
98}
99
100void fxParserHoist(txParser* parser)
101{

Callers 10

_xsbug_module_Function · 0.85
_xsbug_script_Function · 0.85
PiuDebugBehavior_compileFunction · 0.85
mainFunction · 0.85
fxLoadScriptFunction · 0.85
fxParseScriptFunction · 0.85
fxParseScriptFunction · 0.85
fxParseScriptFunction · 0.85
fxParseScriptFunction · 0.85

Calls 1

fxNodeDispatchBindFunction · 0.85

Tested by

no test coverage detected