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

Function fxHasAll

xs/sources/xsAPI.c:1038–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036}
1037
1038txBoolean fxHasAll(txMachine* the, txSlot* stack, txID id, txIndex index)
1039{
1040 txSlot* instance = fxToInstance(the, stack);
1041 txBoolean result = mxBehaviorHasProperty(the, instance, id, index);
1042 the->stack = stack;
1043 mxPop();
1044 return result;
1045}
1046
1047txBoolean fxHasAt(txMachine* the)
1048{

Callers 3

fxHasAtFunction · 0.85
fxHasIDFunction · 0.85
fxHasIndexFunction · 0.85

Calls 1

fxToInstanceFunction · 0.85

Tested by

no test coverage detected