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

Function fxBuildHostFunction

xs/tools/xslSlot.c:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110txSlot* fxBuildHostFunction(txMachine* the, txCallback call, txInteger length, txInteger id)
111{
112 txLinker* linker = (txLinker*)(the->context);
113 fxNewLinkerBuilder(linker, call, length, id);
114 return fxNewHostFunction(the, call, length, id, XS_NO_ID);
115}
116
117txInteger fxCheckAliases(txMachine* the)
118{

Callers 4

fx_CompartmentFunction · 0.85
fxBuildProxyFunction · 0.85
fxBuildGlobalFunction · 0.85

Calls 2

fxNewLinkerBuilderFunction · 0.85
fxNewHostFunctionFunction · 0.85

Tested by

no test coverage detected