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

Function _xsNewObject

xs/sources/xsmc.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void _xsNewObject(txMachine *the, txSlot *res)
51{
52 fxNewObject(the);
53 *res = fxPop();
54}
55
56void _xsNewHostInstance(txMachine *the, txSlot *res, txSlot *proto)
57{

Callers

nothing calls this directly

Calls 1

fxNewObjectFunction · 0.85

Tested by

no test coverage detected