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

Function fxFileEvalString

xs/sources/xsDebug.c:2811–2825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2809}
2810
2811void fxFileEvalString(txMachine* the, txString string, txString tag)
2812{
2813 #ifdef mxDebug
2814 if (fxIsConnected(the)) {
2815 fxEchoStart(the);
2816 fxEcho(the, "<eval path=\"");
2817 fxEchoString(the, tag);
2818 fxEcho(the, "\"");
2819 fxEcho(the, ">");
2820 fxEchoString(the, string);
2821 fxEcho(the, "</eval>");
2822 fxEchoStop(the);
2823 }
2824#endif
2825}
2826
2827void fxReport(txMachine* the, txString theFormat, ...)
2828{

Callers 2

fxParseScriptFunction · 0.85
fxParseScriptFunction · 0.85

Calls 5

fxEchoStartFunction · 0.85
fxEchoFunction · 0.85
fxEchoStringFunction · 0.85
fxEchoStopFunction · 0.85
fxIsConnectedFunction · 0.70

Tested by

no test coverage detected