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

Function _xsIsInstanceOf

xs/sources/xsmc.c:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64txBoolean _xsIsInstanceOf(txMachine *the, txSlot *v, txSlot *proto)
65{
66 mxOverflow(-2);
67 fxPush(*proto);
68 fxPush(*v);
69 return fxIsInstanceOf(the);
70}
71
72txBoolean _xsHas(txMachine *the, txSlot *self, txID id)
73{

Callers

nothing calls this directly

Calls 1

fxIsInstanceOfFunction · 0.85

Tested by

no test coverage detected