The global pseudo-variable thisFunctionDef
always evaluates to the current enclosing FunctionDef.
See also: thisFunction
Even though it is possible to change the values in the various arrays that define the FunctionDef, you should not do it, unless you like to crash.
Get the byte code array.
Get the source code string.
Get the enclosing FunctionDef or Method.
return a list of all references to a given symbol.
Get the Array of Symbols of the argument names.
Get the array of default values for argument and temporary variables.
Get the Array of Symbols of the local variable names.
Return a string that contains arguments and their default values for embedding in a string
Get the Array of Symbols of the local variable names.
"Disassemble" and post the FunctionDef's byte code instructions to the text window.