Home
last modified time | relevance | path

Searched refs:IsUndefinedType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DundefinedType.cpp27 if (other->IsUndefinedType()) { in Identical()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h181 bool IsUndefinedType() const in IsUndefinedType() function
212 … return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType() || IsBigIntType(); in IsDigitablePrimitiveType()
Dtype_mcr_lowering.cpp506 } else if (srcType.IsUndefinedType()) { in LowerPrimitiveToNumber()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp51 if (type->IsUndefinedType()) { in CheckNonNullType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp963 if (funcType.IsAnyType() || classType.IsAnyType() || classType.IsUndefinedType()) { in GetSuperProp()
1023 if (type.IsAnyType() || type.IsUndefinedType()) { in InferStLexVarDyn()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1502 if (!typeGt.IsNullType() && !typeGt.IsUndefinedType()) { in TryNarrowUnionType()