emit Close Code
fun emitCloseCode( tokens: A_Tuple, compiledCode: A_RawFunction, neededVariables: A_Tuple)
Content copied to clipboard
Create a function from CompiledCodeDescriptor compiled code and the pushed outer (lexically bound) variables.
Parameters
compiled Code
The code from which to make a function.
needed Variables
A tuple of declarations of variables that the code needs to access.