Ejemplo n.º 1
0
 bool AsmJsType::isSuperType(AsmJsType type) const
 {
     return type.isSubType(which_);
 }