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

Function fxNumber

xs/sources/xsAPI.c:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void fxNumber(txMachine* the, txSlot* theSlot, txNumber theValue)
197{
198 theSlot->value.number = theValue;
199 theSlot->kind = XS_NUMBER_KIND;
200}
201
202txNumber fxToNumber(txMachine* the, txSlot* theSlot)
203{

Callers 3

xsffi.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected