Home
last modified time | relevance | path

Searched refs:UndefinedType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DundefinedType.cpp20 void UndefinedType::ToString(std::stringstream &ss) const in ToString()
25 void UndefinedType::Identical(TypeRelation *relation, Type *other) in Identical()
32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource()
38 void UndefinedType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type… in AssignmentTarget()
40 TypeFacts UndefinedType::GetTypeFacts() const in GetTypeFacts()
45 Type *UndefinedType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeR… in Instantiate()
DundefinedType.h23 class UndefinedType : public Type {
25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType() function
DtypeMapping.h31 _(TypeFlag::UNDEFINED, UndefinedType) \
DglobalTypesHolder.cpp49 globalTypes_[static_cast<size_t>(GlobalTypeId::UNDEFINED)] = allocator->New<UndefinedType>(); in GlobalTypesHolder()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.cpp146 GateType::UndefinedType()); in CollectArgs()
Dtype.h113 static GateType UndefinedType() in UndefinedType() function
Dbytecode_circuit_builder.cpp831 GateType::UndefinedType()); in NewConst()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp84 GlobalTSTypeRef notExistPropGt = kungfu::GateType::UndefinedType().GetGTRef(); in GetSuperPropTypeGT()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp432 auto undefinedType = GateType::UndefinedType(); in InferLdUndefined()
686 auto undefinedType = GateType::UndefinedType(); in InferReturnUndefined()