/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-arkcompiler.md | 38 非esmodule(如FA模型下为commonjs模块)模块import场景下会丢弃this值,与esmodule模块的import行为一致
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_info.h | 31 bool esmodule = true; member
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | jscrash-guidelines.md | 310 …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 D | hiappevent-watcher-mainthreadjank-events-arkts.md | 171 …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 D | appfreeze-guidelines.md | 586 # 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 D | build-profile.json5 | 19 "compileMode": "esmodule"
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | mock_js_runtime.h | 85 …ring& moduleName, const std::string& modulePath, const std::string& hapPath, bool esmodule = false)
|
H A D | js_runtime_test.cpp | 380 bool esmodule = true; variable 382 modulePath, hapPath, esmodule);
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | jscrash-guidelines.md | 310 …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 D | hiappevent-watcher-mainthreadjank-events-arkts.md | 171 …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 D | appfreeze-guidelines.md | 586 # 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 D | js_runtime.h | 140 const std::string& hapPath, bool esmodule = false, bool useCommonChunk = false,
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-arkui-customize-titlebar-arkts.md | 210 …成的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 D | js_ability_stage.cpp | 485 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 D | subsys-arkui-customize-titlebar-arkts.md | 213 …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 D | js_insight_intent_executor.cpp | 184 runtime.LoadModule(moduleName, srcPath, info.hapPath, info.esmodule)); in LoadJsCode()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1007 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 D | cj_ui_ability.cpp | 634 executeInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()
|
H A D | js_ui_ability.cpp | 1077 executeInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | js_service_extension.cpp | 542 executorInfo.esmodule = abilityInfo_->compileMode == AppExecFwk::CompileMode::ES_MODULE; in GetInsightIntentExecutorInfo()
|