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

Function fxGetInstance

xs/sources/xsType.c:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140txSlot* fxGetInstance(txMachine* the, txSlot* theSlot)
141{
142 if (theSlot->kind == XS_REFERENCE_KIND)
143 return theSlot->value.reference;
144 return C_NULL;
145}
146
147txSlot* fxGetPrototype(txMachine* the, txSlot* instance)
148{

Callers 15

fxFreezeJSONModuleFunction · 0.85
xsRun.cFile · 0.85
fxRunExtendsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected