Home
last modified time | relevance | path

Searched refs:IsStringType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DstringType.cpp27 if (other->IsStringType()) { in Identical()
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
Dassembly-type.h169 static bool IsStringType(const std::string &name, panda::panda_file::SourceLang lang);
Dassembly-parser.cpp397 } else if (panda::pandasm::Type::IsStringType(type_with_slash.GetName(), program_.lang)) { in ParseArrayElementType()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp94 if (indexType->IsStringType()) { in Check()
DobjectExpression.cpp654 if (computedNameType->IsStringType()) { in Check()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h237 ASSERT(meta_->IsStringType()); in GetStringMetaData()
Dtype.h165 bool IsStringType() const in IsStringType() function
Dgate_meta_data.h536 bool IsStringType() const in IsStringType() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp239 EXPECT_FALSE(panda::pandasm::Type::IsStringType(name, language));
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp124 if (type->IsStringType()) { in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp490 if (firInType.IsStringType() || secInType.IsStringType()) { in InferAdd2()
987 } else if (inValueType.IsStringType()) { in InferGetIterator()