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

Function fxEchoInteger

xs/sources/xsDebug.c:1515–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1513}
1514
1515void fxEchoInteger(txMachine* the, txInteger theInteger)
1516{
1517 char aBuffer[256];
1518
1519 fxIntegerToString(the, theInteger, aBuffer, sizeof(aBuffer));
1520 fxEcho(the, aBuffer);
1521}
1522
1523void fxEchoInstance(txMachine* the, txSlot* theInstance, txInspectorNameList* theList)
1524{

Callers 10

fxDebugEvalFunction · 0.85
fxEchoExceptionFunction · 0.85
fxEchoFormatFunction · 0.85
fxEchoPathLineFunction · 0.85
fxEchoPropertyFunction · 0.85
fxEchoTypedArrayFunction · 0.85
fxLoginFunction · 0.85
fxBubbleFunction · 0.85
fxSampleInstrumentationFunction · 0.85
fxSendProfilerRecordFunction · 0.85

Calls 2

fxIntegerToStringFunction · 0.85
fxEchoFunction · 0.85

Tested by

no test coverage detected