Searched refs:NotifyPatchLoaded (Results 1 – 3 of 3) sorted by relevance
31 void NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile);
22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded() function in panda::ecmascript::tooling::HotReloadManager
67 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchLoaded(baseFile, patchFile); in LoadPatchInternal()