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

Function fxToReference

xs/sources/xsAPI.c:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439txSlot* fxToReference(txMachine* the, txSlot* theSlot)
440{
441 if (theSlot->kind == XS_REFERENCE_KIND)
442 return theSlot->value.reference;
443 return NULL;
444}
445
446/* Instances and Prototypes */
447

Callers 1

builtinGetCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected