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

Function fxNewObject

xs/sources/xsAPI.c:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460txSlot* fxNewObject(txMachine* the)
461{
462 mxPush(mxObjectPrototype);
463 return fxNewObjectInstance(the);
464}
465
466txBoolean fxIsInstanceOf(txMachine* the)
467{

Callers 5

fxPushModuleOptionsFunction · 0.85
xsRun.cFile · 0.85
_xsNewObjectFunction · 0.85

Calls 1

fxNewObjectInstanceFunction · 0.85

Tested by

no test coverage detected