Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.cpp418 napi_value exception; in InitTaskPoolFunc() local
449 napi_value exception; in HandleFunctionException() local
Dtaskpool.cpp118 napi_value exception = nullptr; in ExecuteCallback() local
/commonlibrary/ets_utils/js_sys_module/timer/test/
Dtest_timer.cpp78 napi_value exception = nullptr; variable
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp1494 napi_value exception = nullptr; in HostOnGlobalCallInner() local
1853 napi_value exception; in HandleException() local
1862 void Worker::HandleUncaughtException(napi_value exception) in HandleUncaughtException()