Home
last modified time | relevance | path

Searched refs:IsNullType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DnullType.cpp27 if (other->IsNullType()) { in Identical()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h173 bool IsNullType() const in IsNullType() function
212 … return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType() || IsBigIntType(); in IsDigitablePrimitiveType()
Dtype_mcr_lowering.cpp510 } else if (srcType.IsNullType()) { in LowerPrimitiveToNumber()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp47 if (type->IsNullType()) { in CheckNonNullType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1502 if (!typeGt.IsNullType() && !typeGt.IsUndefinedType()) { in TryNarrowUnionType()