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

Function fxNextUndefinedProperty

xs/sources/xsProperty.c:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91#endif
92
93txSlot* fxNextUndefinedProperty(txMachine* the, txSlot* property, txID id, txFlag flag)
94{
95 property = property->next = fxNewSlot(the);
96 property->flag = flag;
97 property->ID = id;
98 property->kind = XS_UNDEFINED_KIND;
99 return property;
100}
101
102txSlot* fxNextNullProperty(txMachine* the, txSlot* property, txID id, txFlag flag)
103{

Callers 11

fxNewIteratorInstanceFunction · 0.85
fx_EnumeratorFunction · 0.85
fx_SymbolFunction · 0.85
fx_AsyncDisposableStackFunction · 0.85
fx_Array_fromAsyncFunction · 0.85
fxPatchKeysFunction · 0.85
fxDescribePropertyFunction · 0.85
fxSetBreakpointFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected