Home
last modified time | relevance | path

Searched refs:GetBaseJSPandaFile (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp77 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()
/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.h35 const JSPandaFile *GetBaseJSPandaFile(const JSPandaFile *jsPandaFile) const;
Dhot_reload_manager.cpp45 const JSPandaFile *HotReloadManager::GetBaseJSPandaFile(const JSPandaFile *jsPandaFile) const in GetBaseJSPandaFile() function in panda::ecmascript::tooling::HotReloadManager
Ddebugger_api.h130 …static const JSPandaFile *GetBaseJSPandaFile(const EcmaVM *ecmaVm, const JSPandaFile *jsPandaFile);
Ddebugger_api.cpp815 const JSPandaFile *DebuggerApi::GetBaseJSPandaFile(const EcmaVM *ecmaVm, const JSPandaFile *jsPanda… in GetBaseJSPandaFile() function in panda::ecmascript::tooling::DebuggerApi
818 return hotReloadManager->GetBaseJSPandaFile(jsPandaFile); in GetBaseJSPandaFile()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp154 const auto &fileName = DebuggerApi::GetBaseJSPandaFile(vm_, jsPandaFile)->GetJSPandaFileDesc(); in IsSkipLine()