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

Function fxEchoCharacter

xs/sources/xsDebug.c:1357–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357void fxEchoCharacter(txMachine* the, char theCharacter)
1358{
1359 char c[2];
1360 c[0] = theCharacter;
1361 c[1] = 0;
1362 fxEchoString(the, c);
1363}
1364
1365void fxEchoException(txMachine* the, txSlot* exception)
1366{

Callers 6

fxEchoAddressFunction · 0.85
fxEchoArrayBufferFunction · 0.85
fxEchoBigIntFunction · 0.85
fxEchoFormatFunction · 0.85
fxBubbleFunction · 0.85
fxSendProfilerTimeFunction · 0.85

Calls 1

fxEchoStringFunction · 0.85

Tested by

no test coverage detected