BASE_FRAME
BASE_FRAME("«base frame»", functionType(
tuple(
mostGeneralFunctionType(),
mostGeneralTupleType),
Types.TOP.o), P_InvokeWithTuple)
Content copied to clipboard
The HookType for a hook that holds the A_Function to invoke at the outermost stack frame to run a fiber. This function is passed a function to execute and the arguments to supply to it. The result returned by the passed function is returned from this frame.
Properties
Link copied to clipboard
A supplier of a default A_Function to use for this hook type.
Link copied to clipboard