Home
last modified time | relevance | path

Searched refs:GetDebugMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h113 bool GetDebugMode() const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.h143 bool GetDebugMode() in GetDebugMode() function
H A Djsi_pa_engine.cpp265 options.isDebugVersion = GetDebugMode(); in InitJsRuntimeOptions()
418 bool result = InitJsEnv(GetDebugMode(), GetExtraNativeObject()); in InitializeInner()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp389 bool JsEnvironment::GetDebugMode() const in GetDebugMode() function in OHOS::JsEnv::JsEnvironment
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp203 if (jsEnv_->GetDebugMode()) { in StartDebugMode()
261 if (jsEnv_->GetDebugMode()) { in StopDebugMode()