Lines Matching refs:PatchErrorCode
24 PatchErrorCode PatchLoader::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, in LoadPatchInternal()
33 return PatchErrorCode::PACKAGE_NOT_ESMODULE; in LoadPatchInternal()
41 return PatchErrorCode::SUCCESS; in LoadPatchInternal()
64 return PatchErrorCode::INTERNAL_ERROR; in LoadPatchInternal()
68 return PatchErrorCode::SUCCESS; in LoadPatchInternal()
132 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal()
138 return PatchErrorCode::FILE_NOT_EXECUTED; in UnloadPatchInternal()
144 return PatchErrorCode::FILE_NOT_FOUND; in UnloadPatchInternal()
150 return PatchErrorCode::SUCCESS; in UnloadPatchInternal()
157 return PatchErrorCode::INTERNAL_ERROR; in UnloadPatchInternal()
200 return PatchErrorCode::SUCCESS; in UnloadPatchInternal()