Home
last modified time | relevance | path

Searched refs:HandleUncaughtException (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp206 HandleUncaughtException(trycatch); in IsExecuteModuleInAbcFile()
216 HandleUncaughtException(trycatch); in ExecuteModuleBuffer()
231 HandleUncaughtException(trycatch); in EvaluateJsCode()
242 HandleUncaughtException(trycatch, errorCallback); in ExecuteJsBin()
253 HandleUncaughtException(trycatch, errorCallback); in ExecuteJsBinForAOT()
377 void ArkJSRuntime::HandleUncaughtException(panda::TryCatch& trycatch, in HandleUncaughtException() function in OHOS::Ace::Framework::ArkJSRuntime
391 nativeEngine_->HandleUncaughtException(); in HandleUncaughtException()
486 HandleUncaughtException(trycatch); in LoadDestinationFile()
H A Djs_runtime.h84 virtual void HandleUncaughtException(panda::TryCatch& tryCatch,
H A Dark_js_runtime.h95 void HandleUncaughtException(panda::TryCatch& tryCatch,
H A Dark_js_value.cpp159 pandaRuntime->HandleUncaughtException(trycatch); in Call()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp252 engine->HandleUncaughtException(); in AsyncAfterWorkCallback()
H A Dnative_engine.cpp853 HandleUncaughtException(); in RunScriptForAbc()
894 HandleUncaughtException(); in RunScriptInRestrictedThread()
H A Dnative_safe_async_work.cpp334 engine_->HandleUncaughtException(); in ProcessAsyncHandle()
H A Dnative_engine.h379 virtual void HandleUncaughtException() = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_timer_module.cpp104 engine->HandleUncaughtException(); in operator ()()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp335 runtime->HandleUncaughtException(trycatch); in ToJsonObject()
389 runtime->HandleUncaughtException(trycatch); in Call()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1892 HandleUncaughtException(); in TriggerFatalException()
2283 void ArkNativeEngine::HandleUncaughtException() in HandleUncaughtException() function in ArkNativeEngine
2437 HandleUncaughtException(); in RunScriptPath()
2531 HandleUncaughtException(); in RunScriptBuffer()
2557 HandleUncaughtException(); in RunScriptBuffer()
2576 HandleUncaughtException(); in RunBufferScript()
2627 HandleUncaughtException(); in RunActor()
H A Dark_native_engine.h302 void HandleUncaughtException() override;
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.cpp184 engine->HandleUncaughtException(); in TimerCallback()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h510 void HandleUncaughtException(napi_value exception);
H A Dworker.cpp2055 hostEngine->HandleUncaughtException(); in HandleHostException()
2073 HandleUncaughtException(exception); in HandleException()
2076 void Worker::HandleUncaughtException(napi_value exception) in HandleUncaughtException() function in Commonlibrary::Concurrent::WorkerModule::Worker
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.cpp552 reinterpret_cast<NativeEngine*>(env)->HandleUncaughtException(); in CallObjectMethod()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp1379 reinterpret_cast<NativeEngine*>(env)->HandleUncaughtException(); in CallObjectMethod()
1390 reinterpret_cast<NativeEngine*>(env)->HandleUncaughtException(); in CallObjectMethod()