package com.google.android.gms.internal.measurement; import java.util.ArrayList; import java.util.List; /* loaded from: classes.dex */ public final class zzaz extends zzaw { protected zzaz() { this.zza.add(zzbl.APPLY); this.zza.add(zzbl.BLOCK); this.zza.add(zzbl.BREAK); this.zza.add(zzbl.CASE); this.zza.add(zzbl.DEFAULT); this.zza.add(zzbl.CONTINUE); this.zza.add(zzbl.DEFINE_FUNCTION); this.zza.add(zzbl.FN); this.zza.add(zzbl.IF); this.zza.add(zzbl.QUOTE); this.zza.add(zzbl.RETURN); this.zza.add(zzbl.SWITCH); this.zza.add(zzbl.TERNARY); } private static zzap zzc(zzg zzgVar, List list) { zzh.zzi(zzbl.FN.name(), 2, list); zzap zzb = zzgVar.zzb((zzap) list.get(0)); zzap zzb2 = zzgVar.zzb((zzap) list.get(1)); if (!(zzb2 instanceof zzae)) { throw new IllegalArgumentException(String.format("FN requires an ArrayValue of parameter names found %s", zzb2.getClass().getCanonicalName())); } List zzm = ((zzae) zzb2).zzm(); List arrayList = new ArrayList(); if (list.size() > 2) { arrayList = list.subList(2, list.size()); } return new zzao(zzb.zzi(), zzm, arrayList, zzgVar); } /* JADX WARN: Code restructure failed: missing block: B:66:0x0129, code lost: if (r8.equals("continue") == false) goto L64; */ @Override // com.google.android.gms.internal.measurement.zzaw /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct code enable 'Show inconsistent code' option in preferences */ public final com.google.android.gms.internal.measurement.zzap zza(java.lang.String r8, com.google.android.gms.internal.measurement.zzg r9, java.util.List r10) { /* Method dump skipped, instructions count: 636 To view this dump change 'Code comments level' option to 'DEBUG' */ throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.measurement.zzaz.zza(java.lang.String, com.google.android.gms.internal.measurement.zzg, java.util.List):com.google.android.gms.internal.measurement.zzap"); } }