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

Function fxEchoPathLine

xs/sources/xsDebug.c:1814–1824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814void fxEchoPathLine(txMachine* the, txString thePath, txInteger theLine)
1815{
1816 if (thePath && theLine) {
1817 fxEcho(the, " path=\"");
1818 fxEchoString(the, thePath);
1819 fxEcho(the, "\"");
1820 fxEcho(the, " line=\"");
1821 fxEchoInteger(the, theLine);
1822 fxEcho(the, "\"");
1823 }
1824}
1825
1826void fxEchoProperty(txMachine* the, txSlot* theProperty, txInspectorNameList* theList, txString thePrefix, txIndex theIndex, txString theSuffix)
1827{

Callers 8

fxDebugLineFunction · 0.85
fxDebugLoopFunction · 0.85
fxEchoFramePathLineFunction · 0.85
fxBubbleFunction · 0.85
fxVReportExceptionFunction · 0.85
fxVReportErrorFunction · 0.85
fxVReportWarningFunction · 0.85
fxSendProfilerRecordFunction · 0.85

Calls 3

fxEchoFunction · 0.85
fxEchoStringFunction · 0.85
fxEchoIntegerFunction · 0.85

Tested by

no test coverage detected