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

Function fxRunDerived

xs/sources/xsRun.c:4567–4576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4565}
4566
4567void fxRunDerived(txMachine* the)
4568{
4569 txSlot* slot;
4570 if (!mxHasTarget)
4571 mxTypeError("call: class");
4572 slot = fxNewSlot(the);
4573 slot->kind = XS_UNINITIALIZED_KIND;
4574 mxPushClosure(slot);
4575 mxPullSlot(mxThis);
4576}
4577
4578void fxRunExtends(txMachine* the)
4579{

Callers 1

fxRunIDFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected