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

Function fxEchoFrameName

xs/sources/xsDebug.c:1499–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497}
1498
1499void fxEchoFrameName(txMachine* the, txSlot* theFrame)
1500{
1501 char buffer[128] = "";
1502 fxBufferFrameName(the, buffer, sizeof(buffer), theFrame, "");
1503 fxEcho(the, buffer);
1504}
1505
1506void fxEchoFramePathLine(txMachine* the, txSlot* theFrame)
1507{

Callers 3

fxListFramesFunction · 0.85
fxListLocalFunction · 0.85
fxSendProfilerRecordFunction · 0.85

Calls 2

fxBufferFrameNameFunction · 0.85
fxEchoFunction · 0.85

Tested by

no test coverage detected