Searched refs:GetErrorObject (Results 1 – 2 of 2) sorted by relevance
84 napi_value GetErrorObject(napi_env env, const int32_t errCode, const std::string& errMsg);
888 napi_value GetErrorObject(napi_env env, const int32_t errCode, const std::string& errMsg) in GetErrorObject() function909 context->result[PARAM0] = GetErrorObject(env, context->errCode, errMsg); in CreateResultObject()