Searched refs:isPendingException (Results 1 – 2 of 2) sorted by relevance
101 bool isPendingException = false; in ClearJsLastException() local102 napi_is_exception_pending(env, &isPendingException); in ClearJsLastException()103 if (isPendingException) { in ClearJsLastException()
1012 bool isPendingException = false; in JS_writeParcelable() local1013 napi_is_exception_pending(env, &isPendingException); in JS_writeParcelable()1014 if (isPendingException) { in JS_writeParcelable()