Searched refs:GetPatchExtractor (Results 1 – 6 of 6) sorted by relevance
85 [[maybe_unused]] auto *patchExtractor = hotReloadManager->GetPatchExtractor(sourceFile); in HWTEST_F_L0()95 EXPECT_TRUE(hotReloadManager->GetPatchExtractor(sourceFile) == nullptr); in HWTEST_F_L0()
34 DebugInfoExtractor *GetPatchExtractor(const std::string &url) const;
55 DebugInfoExtractor *HotReloadManager::GetPatchExtractor(const std::string &url) const in GetPatchExtractor() function in panda::ecmascript::tooling::HotReloadManager
129 static DebugInfoExtractor *GetPatchExtractor(const EcmaVM *ecmaVm, const std::string &url);
809 DebugInfoExtractor *DebuggerApi::GetPatchExtractor(const EcmaVM *ecmaVm, const std::string &url) in GetPatchExtractor() function in panda::ecmascript::tooling::DebuggerApi812 return hotReloadManager->GetPatchExtractor(url); in GetPatchExtractor()
1039 auto *extractor = DebuggerApi::GetPatchExtractor(vm_, url); in GetExtractor()