postinvoke
fun postinvoke( callingChunk: L2Chunk, callingFunction: A_Function, reifier: StackReifier?): StackReifier?
Content copied to clipboard
Do what's necessary after a function invocation, leaving just the given StackReifier on the stack.
Return
The given StackReifier, if any.
Parameters
calling Chunk
The chunk to return into.
calling Function
The function to return into.
reifier
The StackReifier produced by the call, if any.