Searched refs:moduleStr (Results 1 – 5 of 5) sorted by relevance
338 CString moduleStr = ConvertToString(moduleName.GetTaggedValue()); in SetModuleDeregisterProcession() local339 int srcLength = strlen(moduleStr.c_str()) + 1; in SetModuleDeregisterProcession()341 if (memcpy_s(moduleNameData, srcLength, moduleStr.c_str(), srcLength) != EOK) { in SetModuleDeregisterProcession()
391 inline bool IsMockModule(const CString &moduleStr) const in IsMockModule() argument396 auto it = mockModuleList_.find(moduleStr); in IsMockModule()459 bool IsHmsModule(const CString &moduleStr) const;
804 bool EcmaVM::IsHmsModule(const CString &moduleStr) const in IsHmsModule()809 auto it = hmsModuleList_.find(moduleStr); in IsHmsModule()
2272 const CString &moduleStr = method->GetRecordNameStr(); in ExtractConstructorAndRecordName() local2274 if (!moduleStr.empty()) { in ExtractConstructorAndRecordName()2275 result.append(moduleStr); in ExtractConstructorAndRecordName()2285 result.append(moduleStr).append(" JSObject(line:").append(std::to_string(line)).append(")"); in ExtractConstructorAndRecordName()
1085 const CString &moduleStr = method->GetRecordNameStr(); in ParseFunctionName() local1087 if (!moduleStr.empty()) { in ParseFunctionName()1088 result.append(moduleStr).append(" "); in ParseFunctionName()1094 return result.append(moduleStr).append(" anonymous"); in ParseFunctionName()1097 …return result.append(moduleStr).append(" anonymous(line:").append(std::to_string(line)).append(")"… in ParseFunctionName()