22472248224922502251225222532254225522562257
return JSType.fromFunctionType(getDeclaredType().toFunctionType()); } if (localNamespaces != null) { Namespace ns = localNamespaces.get(name); if (ns != null) { return ns.toJSType(); } } if (parent != null) { return parent.getDeclaredTypeOf(name); }