Searched refs:GetBaseJSPandaFile (Results 1 – 6 of 6) sorted by relevance
77 EXPECT_TRUE(hotReloadManager->GetBaseJSPandaFile(baseFile.get()) == baseFile.get()); in HWTEST_F_L0()83 EXPECT_TRUE(hotReloadManager->GetBaseJSPandaFile(patchFile.get()) == baseFile.get()); in HWTEST_F_L0()94 EXPECT_TRUE(hotReloadManager->GetBaseJSPandaFile(patchFile.get()) != baseFile.get()); in HWTEST_F_L0()
35 const JSPandaFile *GetBaseJSPandaFile(const JSPandaFile *jsPandaFile) const;
45 const JSPandaFile *HotReloadManager::GetBaseJSPandaFile(const JSPandaFile *jsPandaFile) const in GetBaseJSPandaFile() function in panda::ecmascript::tooling::HotReloadManager
130 …static const JSPandaFile *GetBaseJSPandaFile(const EcmaVM *ecmaVm, const JSPandaFile *jsPandaFile);
815 const JSPandaFile *DebuggerApi::GetBaseJSPandaFile(const EcmaVM *ecmaVm, const JSPandaFile *jsPanda… in GetBaseJSPandaFile() function in panda::ecmascript::tooling::DebuggerApi818 return hotReloadManager->GetBaseJSPandaFile(jsPandaFile); in GetBaseJSPandaFile()
154 const auto &fileName = DebuggerApi::GetBaseJSPandaFile(vm_, jsPandaFile)->GetJSPandaFileDesc(); in IsSkipLine()