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

Function fxNewSymbolInstance

xs/sources/xsSymbol.c:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78txSlot* fxNewSymbolInstance(txMachine* the)
79{
80 txSlot* instance;
81 instance = fxNewObjectInstance(the);
82 fxNextSymbolProperty(the, instance, XS_NO_ID, XS_NO_ID, XS_INTERNAL_FLAG);
83 return instance;
84}
85
86void fx_Symbol(txMachine* the)
87{

Callers 1

fxToInstanceFunction · 0.85

Calls 2

fxNewObjectInstanceFunction · 0.85
fxNextSymbolPropertyFunction · 0.85

Tested by

no test coverage detected