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

Function fxRunBase

xs/sources/xsRun.c:4518–4523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4516}
4517
4518void fxRunBase(txMachine* the)
4519{
4520 if (!mxHasTarget)
4521 mxTypeError("call: class");
4522 fxRunConstructor(the);
4523}
4524
4525void fxRunConstructor(txMachine* the)
4526{

Callers 1

fxRunIDFunction · 0.85

Calls 1

fxRunConstructorFunction · 0.85

Tested by

no test coverage detected