FuncDeclaration.closureVars

local variables in this function which are referenced by nested functions (They'll get put into the "closure" for this function.)

class FuncDeclaration
VarDeclarations closureVars;
Suggestion Box / Bug Report