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

Function fxNodeDispatchBind

xs/sources/xsScope.c:890–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890void fxNodeDispatchBind(void* it, void* param)
891{
892 txNode* node = it;
893 fxCheckParserStack(((txBinder*)param)->parser, node->line);
894 (*node->description->dispatch->bind)(it, param);
895}
896
897void fxNodeBind(void* it, void* param)
898{

Callers 15

fxParserBindFunction · 0.85
fxScopeBindDefineNodesFunction · 0.85
fxAssignNodeBindFunction · 0.85
fxBindingNodeBindFunction · 0.85
fxBlockNodeBindFunction · 0.85
fxCatchNodeBindFunction · 0.85
fxClassNodeBindFunction · 0.85
fxDefineNodeBindFunction · 0.85
fxDelegateNodeBindFunction · 0.85
fxFieldNodeBindFunction · 0.85
fxForNodeBindFunction · 0.85
fxForInForOfNodeBindFunction · 0.85

Calls 1

fxCheckParserStackFunction · 0.85

Tested by

no test coverage detected