Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/
Dnapi_helper.cpp106 bool isExceptionPending = false; in IsExceptionPending() local
107 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
108 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/
Dnapi_helper.cpp106 bool isExceptionPending = false; in IsExceptionPending() local
107 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
108 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/
Dnapi_helper.cpp106 bool isExceptionPending = false; in IsExceptionPending() local
107 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
108 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/common/
Dnapi_helper.cpp106 bool isExceptionPending = false; in IsExceptionPending() local
107 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
108 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/
Dnapi_helper.cpp105 bool isExceptionPending = false; in IsExceptionPending() local
106 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
107 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/common/
Dnapi_helper.cpp106 bool isExceptionPending = false; in IsExceptionPending() local
107 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
108 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/
Dnapi_helper.cpp106 bool isExceptionPending = false; in IsExceptionPending() local
107 napi_is_exception_pending(env, &isExceptionPending); in IsExceptionPending()
108 return isExceptionPending; in IsExceptionPending()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp370 static napi_value isExceptionPending(napi_env env, napi_callback_info info) in isExceptionPending() function
4300 DECLARE_NAPI_FUNCTION("isExceptionPending", isExceptionPending), in Init()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/
DNativeApiStringTest.ets1355 let value = napitest.isExceptionPending();
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp7255 bool isExceptionPending = false; in JsVmIsExceptionPending() local
7257 status = OH_JSVM_IsExceptionPending(env, &isExceptionPending); in JsVmIsExceptionPending()
7261 if (isExceptionPending) { in JsVmIsExceptionPending()