Home
last modified time | relevance | path

Searched refs:esmodule (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.1/
H A Dchangelogs-arkcompiler.md38esmodule(如FA模型下为commonjs模块)模块import场景下会丢弃this值,与esmodule模块的import行为一致
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_info.h31 bool esmodule = true; member
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Djscrash-guidelines.md310 …at onStart (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/featur…
311 …troller (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/feature/s…
312 …at getInstance (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/st…
313 …at func_main_0 (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/fe…
H A Dhiappevent-watcher-mainthreadjank-events-arkts.md171 …2 at anonymous (/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/m…
172 …1 #23 at wait2 (/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/m…
H A Dappfreeze-guidelines.md586 # 10 at parseResultSet (entry/build/default/cache/default/default@CompileArkTS/esmodule/release/dat…
587 # 11 at query (entry/build/default/cache/default/default@CompileArkTS/esmodule/release/datamanager/…
659 # 04 at doTask (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/sta…
660 # 05 at update (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/sta…
661 …AndType (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/staticcom…
662 # 07 at anonymous (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/…
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/
H A Dbuild-profile.json519 "compileMode": "esmodule"
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h85 …ring& moduleName, const std::string& modulePath, const std::string& hapPath, bool esmodule = false)
H A Djs_runtime_test.cpp380 bool esmodule = true; variable
382 modulePath, hapPath, esmodule);
/ohos5.0/docs/en/application-dev/dfx/
H A Djscrash-guidelines.md310 …at onStart (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/featur…
311 …troller (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/feature/s…
312 …at getInstance (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/st…
313 …at func_main_0 (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/fe…
H A Dhiappevent-watcher-mainthreadjank-events-arkts.md171 …2 at anonymous (/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/m…
172 …1 #23 at wait2 (/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/m…
H A Dappfreeze-guidelines.md586 # 10 at parseResultSet (entry/build/default/cache/default/default@CompileArkTS/esmodule/release/dat…
587 # 11 at query (entry/build/default/cache/default/default@CompileArkTS/esmodule/release/datamanager/…
659 # 04 at doTask (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/sta…
660 # 05 at update (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/sta…
661 …AndType (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/staticcom…
662 # 07 at anonymous (product/phone/build/default/cache/default/default@CompileArkTS/esmodule/release/…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h140 const std::string& hapPath, bool esmodule = false, bool useCommonChunk = false,
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-arkui-customize-titlebar-arkts.md210 …成的js文件或ts文件一般在工程的如下目录下:build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/m…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp485 bool esmodule = hapModuleInfo->compileMode == AppExecFwk::CompileMode::ES_MODULE; in LoadJsSrcEntry() local
497 jsRuntime_.LoadModule(moduleName, srcPath, hapModuleInfo->hapPath, esmodule)); in LoadJsSrcEntry()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-arkui-customize-titlebar-arkts.md213 …io are stored in the **build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/m…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp184 runtime.LoadModule(moduleName, srcPath, info.hapPath, info.esmodule)); in LoadJsCode()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1007 const std::string& hapPath, bool esmodule, bool useCommonChunk, const std::string& srcEntrance) in LoadModule() argument
1011 moduleName.c_str(), modulePath.c_str(), hapPath.c_str(), esmodule ? "true" : "false"); in LoadModule()
1046 classValue = esmodule ? LoadJsModule(fileName, hapPath, srcEntrance) in LoadModule()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ui_ability.cpp634 executeInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()
H A Djs_ui_ability.cpp1077 executeInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp542 executorInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()