Enum member isCallableAsHostZone
Detect whether T
is callable as a Host zone, in lieu of xsBeginHost
and xsEndHost
.
enum isCallableAsHostZone(T...)
= allSatisfy!(isXsMachinePtr, TParams);
See Also
xsHostZone
JSObject
.makeFunction - From the XS in C Moddable SDK Documentation: