Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_object_napi.cpp110 const napi_extended_error_info* pLastError = nullptr; in AddLastStatus() local
112 NAPI_CALL_RETURN_VOID(env, napi_get_last_error_info(env, &pLastError)); in AddLastStatus()
114 NAPI_CALL_RETURN_VOID(env, napi_create_string_utf8(env, (pLastError->error_message == nullptr ? in AddLastStatus()
115 "Invalid argument" : pLastError->error_message), NAPI_AUTO_LENGTH, &prop_value)); in AddLastStatus()