Home
last modified time | relevance | path

Searched refs:IsAnyType (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp77 if ((leftType->IsAnyType() && rightType->IsAnyType()) || in CheckBinaryOperator()
113 } else if (leftType->IsAnyType() || rightType->IsAnyType()) { in CheckPlusOperator()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DanyType.cpp27 if (other->IsAnyType()) { in Identical()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp108 if (!loopType.IsAnyType() && loopBackType.IsAnyType()) { in UpdateQueueForLoopPhi()
129 if (savePreType && type.IsAnyType()) { in UpdateType()
380 if (valueInType.IsAnyType()) { in InferPhiGate()
702 if (objType.IsAnyType()) { in InferLdObjByName()
730 if (valueType.IsAnyType()) { in InferStObjByName()
963 if (funcType.IsAnyType() || classType.IsAnyType() || classType.IsUndefinedType()) { in GetSuperProp()
1023 if (type.IsAnyType() || type.IsUndefinedType()) { in InferStLexVarDyn()
1025 if (!valueType.IsAnyType()) { in InferStLexVarDyn()
1039 if (!defineType.IsAnyType()) { in InferStModuleVar()
1069 if (loadType.IsAnyType() && iter != importRecordsInfos.end()) { in InferLdExternalModuleVar()
[all …]
Dinitialization_analysis.cpp22 if (classType_.IsAnyType()) { in Run()
78 if (valueType.IsAnyType()) { in CollectInitializationType()
Dpgo_type_infer.cpp127 } else if (!type.IsAnyType()) { in CheckAndInsert()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp263 if (!tempType.IsAnyType()) { in UpdateType()
264 ASSERT(type.IsAnyType()); in UpdateType()
Dargument_accessor.cpp128 if (!argType.IsAnyType()) { in FillArgsGateType()
Dtype.h131 bool IsAnyType() const in IsAnyType() function
Dts_inline_lowering.cpp549 if (!callGateType.IsAnyType() && targetGateType.IsAnyType()) { in SupplementType()
Dbytecode_circuit_builder.cpp1296 if (!type.IsAnyType() && oldType.IsAnyType()) { in ResolveDef()
1465 if (!tsManager_->MethodOffsetIsVaild(oldGt) && !callTargetType.IsAnyType()) { in BuildCircuit()
Dgate_accessor.cpp859 if (!type.IsAnyType()) { in ReplaceHirAndDeleteIfException()
1110 if (!type.IsAnyType() && !valueType.IsNJSValueType()) { in ReplaceGate()