Searched refs:CreateNapiError (Results 1 – 2 of 2) sorted by relevance
29 napi_value CreateNapiError(const napi_env &env, int32_t errCode, const std::string &errMessage) in CreateNapiError() function59 napi_value error = CreateNapiError(env, errCode, msg.value()); in ThrowErr()
34 napi_value CreateNapiError(const napi_env &env, int32_t errCode, const std::string &errMessage);