WXComponentRegistry$3.smali 
.class Lcom/taobao/weex/ui/WXComponentRegistry$3;
.super Ljava/lang/Object;
.source "WXComponentRegistry.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
    value = Lcom/taobao/weex/ui/WXComponentRegistry;->reload()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x0
    name = null
.end annotation
# direct methods
.method constructor <init>()V
    .registers 1
    .line 134
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public run()V
    .registers 3
    .line 138
    :try_start_0
    # getter for: Lcom/taobao/weex/ui/WXComponentRegistry;->sComponentInfos:Ljava/util/ArrayList;
    invoke-static {}, Lcom/taobao/weex/ui/WXComponentRegistry;->access$100()Ljava/util/ArrayList;
    move-result-object v0
    invoke-virtual {v0}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator;
    move-result-object v0
    :goto_8
    invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
    move-result v1
    if-eqz v1, :cond_1e
    invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
    move-result-object v1
    check-cast v1, Ljava/util/Map;
    .line 139
    # invokes: Lcom/taobao/weex/ui/WXComponentRegistry;->registerJSComponent(Ljava/util/Map;)Z
    invoke-static {v1}, Lcom/taobao/weex/ui/WXComponentRegistry;->access$200(Ljava/util/Map;)Z
    :try_end_17
    .catch Lcom/taobao/weex/common/WXException; {:try_start_0 .. :try_end_17} :catch_18
    goto :goto_8
    :catch_18
    move-exception v0
    const-string v1, ""
    .line 142
    invoke-static {v1, v0}, Lcom/taobao/weex/utils/WXLogUtils;->e(Ljava/lang/String;Ljava/lang/Throwable;)V
    :cond_1e
    return-void
.end method