Home
last modified time | relevance | path

Searched defs:ohmUrl (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DRenameFileNameTransformer.spec.ts599 let ohmUrl = '@bundle:com.example.myapplication/entry/index'; variable
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp1115 bool ModulePathHelper::CheckAndGetRecordName(JSThread *thread, const CString &ohmUrl, CString &reco… in CheckAndGetRecordName()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5126 const std::string &ohmUrl) in ExecuteSecureWithOhmUrl()
5778 Local<ObjectRef> JSNApi::GetExportObjectFromOhmUrl(EcmaVM *vm, const std::string &ohmUrl, const std… in GetExportObjectFromOhmUrl()