Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/timer/
Dtimer.cpp130 bool isPendingException = false; in TimerCallback() local
131 napi_is_exception_pending(env, &isPendingException); in TimerCallback()
133 if (isPendingException && engine->IsMainThread()) { in TimerCallback()