Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp67 bool isExceptionUndefined = false; in CheckErrorAndException() local
68 status = OH_JSVM_IsUndefined(env, exception, &isExceptionUndefined); in CheckErrorAndException()
70 bool hasException = !isExceptionUndefined; in CheckErrorAndException()