Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp101 bool isPendingException = false; in ClearJsLastException() local
102 napi_is_exception_pending(env, &isPendingException); in ClearJsLastException()
103 if (isPendingException) { in ClearJsLastException()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp1012 bool isPendingException = false; in JS_writeParcelable() local
1013 napi_is_exception_pending(env, &isPendingException); in JS_writeParcelable()
1014 if (isPendingException) { in JS_writeParcelable()