| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | stringType.cpp | 27 if (other->IsStringType()) { in Identical()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | stringType.cpp | 26 if (other->IsStringType()) { in Identical()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-type.cpp | 117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
|
| D | assembly-type.h | 169 static bool IsStringType(const std::string &name, panda::panda_file::SourceLang lang);
|
| D | assembly-parser.cpp | 397 } else if (panda::pandasm::Type::IsStringType(type_with_slash.GetName(), program_.lang)) { in ParseArrayElementType()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-type.cpp | 133 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
|
| D | assembly-type.h | 177 static bool IsStringType(const std::string &name, panda::panda_file::SourceLang lang);
|
| D | assembly-parser.cpp | 407 } else if (panda::pandasm::Type::IsStringType(typeWithSlash.GetName(), program_.lang)) { in ParseArrayElementType()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 124 if (indexType->IsStringType()) { in Check()
|
| D | objectExpression.cpp | 677 if (computedNameType->IsStringType()) { in Check()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ASTVerifier.cpp | 74 static bool IsStringType(const ir::AstNode *ast) in IsStringType() function 674 …IsStringType(ast->AsBinaryExpression()->Left()) && IsStringType(ast->AsBinaryExpression()->Right()… in operator ()()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.h | 241 ASSERT(meta_->IsStringType()); in GetStringMetaData()
|
| D | type_info_accessors.cpp | 136 } else if (sampleType->IsNone() && leftType.IsStringType() && rightType.IsStringType()) { in HasStringType() 175 …if (!valueType.IsDigitablePrimitiveType() && !valueType.IsStringType() && !valueType.IsSymbolType(… in IsIllegalType()
|
| D | type.h | 185 bool IsStringType() const in IsStringType() function
|
| D | type_info_accessors.h | 919 bool IsStringType() const in IsStringType() function 921 return GetReceiverGateType().IsStringType(); in IsStringType()
|
| D | share_gate_meta_data.h | 216 bool IsStringType() const in IsStringType() function
|
| D | gate_accessor.cpp | 394 } else if (sampleType->IsNone() && leftType.IsStringType() && rightType.IsStringType()) { in HasStringType()
|
| D | typed_hcr_lowering.cpp | 2118 } else if (type.IsStringType()) { in LowerTypeOfCheck() 2153 } else if (type.IsStringType()) { in LowerTypeOf()
|
| D | typed_bytecode_lowering.cpp | 766 if (tacc.IsStringType()) { in TryLowerTypedLdObjByNameForBuiltin()
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_ins_test.cpp | 239 EXPECT_FALSE(panda::pandasm::Type::IsStringType(name, language));
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | helpers.cpp | 123 if (type->IsStringType()) { in ExtractDefinitelyFalsyTypes()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | helpers.cpp | 124 if (type->IsStringType()) { in ExtractDefinitelyFalsyTypes()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 500 if (firInType.IsStringType() || secInType.IsStringType()) { in InferAdd2() 1040 } else if (inValueType.IsStringType()) { in InferGetIterator()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 752 if (indexType->IsStringType()) { in Check() 896 if (computedNameType->IsStringType()) { in Check()
|