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