Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/scripts/
H A Didl.py48 except (OSError, TypeError) as excep:
49 raise excep
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp1792 napi_value excep; variable
1793 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
1868 napi_value excep; variable
1869 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
1905 napi_value excep; variable
1906 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
H A Dtest_napi.cpp4103 napi_value excep; variable
4104 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
4160 napi_value excep; variable
4161 ASSERT_CHECK_CALL(napi_get_and_clear_last_exception(env, &excep));
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp918 Local<panda::ObjectRef> excep = panda::JSNApi::GetUncaughtException(vm); in NapiDefineProperty() local
919 if (!excep.IsNull()) { in NapiDefineProperty()
1504 Local<ObjectRef> excep = panda::JSNApi::GetUncaughtException(vm_); in CreateInstance() local
1505 if (!excep.IsNull()) { in CreateInstance()