Home
last modified time | relevance | path

Searched refs:FindPatchModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp215 JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()
218 moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()
Dpatch_loader.cpp131 … JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(patchMethod->GetRecordNameStr()); in ReplaceModuleOfMethod()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h457 JSHandle<JSTaggedValue> FindPatchModule(const CString &recordName) const in FindPatchModule() function
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp121 context->FindPatchModule(ConvertToString(module->GetEcmaModuleRecordName())); in GetModuleValueOutterInternal()