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

Function fxRunHas

xs/sources/xsRun.c:4675–4682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4673}
4674
4675txBoolean fxRunHas(txMachine* the, txSlot* instance, txID id, txIndex index)
4676{
4677 txBoolean result;
4678 fxBeginHost(the);
4679 result = mxBehaviorHasProperty(the, instance, id, index);
4680 fxEndHost(the);
4681 return result;
4682}
4683
4684void fxRunIn(txMachine* the)
4685{

Callers 2

mxCaseFunction · 0.85
fxRunIDFunction · 0.85

Calls 2

fxBeginHostFunction · 0.85
fxEndHostFunction · 0.85

Tested by

no test coverage detected