Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dnapi_util.h84 napi_value GetErrorObject(napi_env env, const int32_t errCode, const std::string& errMsg);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp888 napi_value GetErrorObject(napi_env env, const int32_t errCode, const std::string& errMsg) in GetErrorObject() function
909 context->result[PARAM0] = GetErrorObject(env, context->errCode, errMsg); in CreateResultObject()