Home
last modified time | relevance | path

Searched refs:StringType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DstringType.cpp20 void StringType::ToString(std::stringstream &ss) const in ToString()
25 void StringType::Identical(TypeRelation *relation, Type *other) in Identical()
32 void StringType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget()
39 TypeFacts StringType::GetTypeFacts() const in GetTypeFacts()
44 Type *StringType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRela… in Instantiate()
DstringType.h23 class StringType : public Type {
25 StringType() : Type(TypeFlag::STRING) {} in StringType() function
DtypeMapping.h26 _(TypeFlag::STRING, StringType) \
DglobalTypesHolder.cpp44 globalTypes_[static_cast<size_t>(GlobalTypeId::STRING)] = allocator->New<StringType>(); in GlobalTypesHolder()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h95 static GateType StringType() in StringType() function
Dstub_builder.cpp4090 callback.ProfileOpType(Int32(PGOSampleType::StringType())); in FastStrictEqual()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp491 return UpdateType(gate, GateType::StringType()); in InferAdd2()
772 auto stringType = GateType::StringType(); in InferLdStr()
912 auto stringType = GateType::StringType(); in InferGetNextPropName()
988 elementGt.SetType(GateType::StringType().Value()); in InferGetIterator()
1186 return tsManager_->GetIndexSignType(objGT, GateType::StringType()); in GetPropType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h174 static int32_t StringType() in StringType() function