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

Function fxRunIn

xs/sources/xsRun.c:4684–4695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4682}
4683
4684void fxRunIn(txMachine* the)
4685{
4686 txSlot* left = the->stack + 1;
4687 txSlot* right = the->stack;
4688 fxBeginHost(the);
4689 mxPushSlot(right);
4690 mxPushSlot(left);
4691 left->value.boolean = fxHasAt(the);
4692 left->kind = XS_BOOLEAN_KIND;
4693 fxEndHost(the);
4694 mxPop();
4695}
4696
4697void fxRunInstanceOf(txMachine* the)
4698{

Callers 1

xsRun.cFile · 0.85

Calls 3

fxBeginHostFunction · 0.85
fxHasAtFunction · 0.85
fxEndHostFunction · 0.85

Tested by

no test coverage detected