Home
last modified time | relevance | path

Searched refs:IsExceptionPending (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h65 static bool IsExceptionPending(napi_env env);
H A Dnapi_helper.cpp345 bool NapiHelper::IsExceptionPending(napi_env env) in IsExceptionPending() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp286 if (NapiHelper::IsExceptionPending(workerEnv_)) { in PrepareForWorkerInstance()
H A Dtask.cpp663 if (NapiHelper::IsExceptionPending(env)) { in StartExecutionTask()
694 if (NapiHelper::IsExceptionPending(env)) { in ExecuteListenerCallback()
H A Dtaskpool.cpp165 if (NapiHelper::IsExceptionPending(env)) { in ExecuteCallbackInner()
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1579 bool hasPendingException = NapiHelper::IsExceptionPending(hostEnv_); in HostOnGlobalCallInner()
2004 if (!NapiHelper::IsExceptionPending(hostEnv_)) { in HandleHostException()
2013 if (!NapiHelper::IsExceptionPending(workerEnv_)) { in HandleException()
/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp780 bool isExceptionPending = NapiHelper::IsExceptionPending(env); in HWTEST_F()

Completed in 11 milliseconds