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

Function fxEchoFramePathLine

xs/sources/xsDebug.c:1506–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504}
1505
1506void fxEchoFramePathLine(txMachine* the, txSlot* theFrame)
1507{
1508 if (theFrame) {
1509 txSlot* environment = mxFrameToEnvironment(theFrame);
1510 if (environment->ID != XS_NO_ID)
1511 fxEchoPathLine(the, fxGetKeyName(the, environment->ID), environment->value.environment.line);
1512 }
1513}
1514
1515void fxEchoInteger(txMachine* the, txInteger theInteger)
1516{

Callers 2

fxListFramesFunction · 0.85
fxListLocalFunction · 0.85

Calls 2

fxEchoPathLineFunction · 0.85
fxGetKeyNameFunction · 0.85

Tested by

no test coverage detected