Searched refs:GetComment (Results 1 – 3 of 3) sorted by relevance
32 const std::string &GetComment(const std::string &funcName, size_t index) const;66 const std::string &GetComment(size_t index) in GetComment() function
68 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() function in panda::ecmascript::kungfu::DebugInfo75 return info->GetComment(index); in GetComment()
565 debugInfo += module->GetDebugInfo()->GetComment(funcName, info.Line - 1); in GetCalleeReg2Offset()