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

Function fxLastProperty

xs/sources/xsProperty.c:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38#include "xsAll.h"
39
40txSlot* fxLastProperty(txMachine* the, txSlot* slot)
41{
42 txSlot* property;
43 while ((property = slot->next))
44 slot = property;
45 return slot;
46}
47
48#ifndef mxLink
49txSlot* fxNextHostAccessorProperty(txMachine* the, txSlot* property, txCallback get, txCallback set, txID id, txFlag flag)

Callers 15

_262_agent_start_auxFunction · 0.85
fxNewFunctionLengthFunction · 0.85
fxNewFunctionNameFunction · 0.85
fxBuildAgentFunction · 0.85
fx_agent_start_auxFunction · 0.85
mainFunction · 0.85
fxBuildModuleFunction · 0.85
fxMapModuleDescriptorFunction · 0.85
fxPrepareModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected