Home
last modified time | relevance | path

Searched refs:HandleUncaughtException (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.cpp147 HILOG_ERROR("Pending exception in TimerCallback. Triggering HandleUncaughtException"); in TimerCallback()
150 engine->HandleUncaughtException(); in TimerCallback()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h498 void HandleUncaughtException(napi_value exception);
H A Dworker.cpp2008 hostEngine->HandleUncaughtException(); in HandleHostException()
2026 HandleUncaughtException(exception); in HandleException()
2029 void Worker::HandleUncaughtException(napi_value exception) in HandleUncaughtException() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp741 worker->HandleUncaughtException(exception); in HandleHostException()
744 worker->HandleUncaughtException(exception); in HandleHostException()

Completed in 14 milliseconds