Searched refs:GetTypeStr (Results 1 – 4 of 4) sorted by relevance
243 log += "TSType: [type:" + tsManager_->GetTypeStr(value.tsType) + ", " in Print()248 log += "[type:" + tsManager_->GetTypeStr(pgoType) + ", " in Print()254 log += "[type:" + tsManager_->GetTypeStr(type) + ", " in Print()
1345 << "[type: " + tsManager_->GetTypeStr(type) + ", " in PrintByteCodesWithTypes()1407 if (expectedTypeStr != tsManager_->GetTypeStr(type)) { in TypeCheck()1459 log += "type: " + tsManager_->GetTypeStr(type) + ", "; in CollectGateTypeLogInfo()
1117 std::string parameterStr = GetTypeStr(kungfu::GateType(parameterGT)); in GetFunctionTypeStr()1125 std::string returnStr = GetTypeStr(kungfu::GateType(returnGT)); in GetFunctionTypeStr()1133 std::string arrayStr = GetTypeStr(kungfu::GateType(elementGt)) + "[]"; in GetArrayTypeStr()1137 std::string TSManager::GetTypeStr(kungfu::GateType gateType) const in GetTypeStr() function in panda::ecmascript::TSManager
362 std::string PUBLIC_API GetTypeStr(kungfu::GateType gateType) const;