4445464748495051525354
FunctionStatement function = context; while(function != null && function != local.getParent()) { _depth++; function = function.getContext(); if (function != null) { function.markEscaped(); } } } public LocalVariableStatement getVariable()