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

Function fxDefaultSymbols

xs/tools/xslBase.c:174–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void fxDefaultSymbols(txLinker* linker)
175{
176 int i;
177 for (i = 0; i < XS_SYMBOL_ID_COUNT; i++) {
178 fxNewLinkerSymbol(linker, gxIDStrings[i], 0, 0);
179 }
180 for (; i < XS_ID_COUNT; i++) {
181 fxNewLinkerSymbol(linker, gxIDStrings[i], 0, 1);
182 }
183}
184
185txLinkerCallback* fxGetLinkerCallbackByAddress(txLinker* linker, txCallback which)
186{

Callers 1

mainFunction · 0.85

Calls 1

fxNewLinkerSymbolFunction · 0.85

Tested by

no test coverage detected