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

Function fxStripClass

xs/tools/xslStrip.c:665–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665void fxStripClass(txLinker* linker, txMachine* the, txSlot* slot)
666{
667 mxPushSlot(slot);
668 fxStripInstance(linker, the, the->stack->value.reference);
669 mxGetID(mxID(_prototype));
670 fxStripInstance(linker, the, the->stack->value.reference);
671 mxPop();
672}
673
674void fxStripDefaults(txLinker* linker, FILE* file)
675{

Callers 1

fxStripCallbacksFunction · 0.85

Calls 1

fxStripInstanceFunction · 0.85

Tested by

no test coverage detected