Lines Matching refs:PatchErrorCode
73 if (ret != PatchErrorCode::SUCCESS) { in LoadPatchIfNeeded()
81 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch()
87 return PatchErrorCode::PATCH_HAS_LOADED; in LoadPatch()
94 return PatchErrorCode::FILE_NOT_FOUND; in LoadPatch()
102 return PatchErrorCode::FILE_NOT_FOUND; in LoadPatch()
110 if (ret != PatchErrorCode::SUCCESS) { in LoadPatch()
117 return PatchErrorCode::SUCCESS; in LoadPatch()
120 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, in LoadPatch()
127 return PatchErrorCode::PATCH_HAS_LOADED; in LoadPatch()
134 return PatchErrorCode::FILE_NOT_FOUND; in LoadPatch()
141 return PatchErrorCode::FILE_NOT_FOUND; in LoadPatch()
149 if (ret != PatchErrorCode::SUCCESS) { in LoadPatch()
156 return PatchErrorCode::SUCCESS; in LoadPatch()
159 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch()
170 return PatchErrorCode::PATCH_NOT_LOADED; in UnloadPatch()
175 if (ret != PatchErrorCode::SUCCESS) { in UnloadPatch()
182 return PatchErrorCode::SUCCESS; in UnloadPatch()