Searched refs:FindPatchModule (Results 1 – 4 of 4) sorted by relevance
215 JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()218 moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()
131 … JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(patchMethod->GetRecordNameStr()); in ReplaceModuleOfMethod()
457 JSHandle<JSTaggedValue> FindPatchModule(const CString &recordName) const in FindPatchModule() function
121 context->FindPatchModule(ConvertToString(module->GetEcmaModuleRecordName())); in GetModuleValueOutterInternal()