519520521522523524525526527528529
switch(_role) { case DECLARE: { consumeSymbol(); FunctionStatement function = _statement.getFunctionStatement(); type = function.lookupDeclaration(symbol); if (type == null) { type = function.declare(symbol); } } break;