Searched refs:NotifyPatchUnloaded (Results 1 – 3 of 3) sorted by relevance
32 void NotifyPatchUnloaded(const JSPandaFile *patchFile);
34 void HotReloadManager::NotifyPatchUnloaded(const JSPandaFile *patchFile) in NotifyPatchUnloaded() function in panda::ecmascript::tooling::HotReloadManager
190 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchUnloaded(patchFile.get()); in UnloadPatchInternal()