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

Function fxNewBooleanInstance

xs/sources/xsBoolean.c:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55txSlot* fxNewBooleanInstance(txMachine* the)
56{
57 txSlot* instance;
58 instance = fxNewObjectInstance(the);
59 fxNextBooleanProperty(the, instance, 0, XS_NO_ID, XS_INTERNAL_FLAG);
60 return instance;
61}
62
63void fx_Boolean(txMachine* the)
64{

Callers 3

fxBuildBooleanFunction · 0.85
fx_BooleanFunction · 0.85
fxToInstanceFunction · 0.85

Calls 2

fxNewObjectInstanceFunction · 0.85
fxNextBooleanPropertyFunction · 0.85

Tested by

no test coverage detected