Home
last modified time | relevance | path

Searched defs:withErrCode (Results 1 – 4 of 4) sorted by relevance

/base/request/request/frameworks/js/napi/src/
Drequest_event.cpp139 bool withErrCode = jsParam.task->config_.version == Version::API10; in On() local
183 bool withErrCode = jsParam.task->config_.version == Version::API10; in Off() local
Dnapi_utils.cpp623 void ThrowError(napi_env env, ExceptionErrorCode code, const std::string &msg, bool withErrCode) in ThrowError()
657 napi_env env, ExceptionErrorCode errorCode, const std::string &errorMessage, bool withErrCode) in CreateBusinessError()
Djs_initialize.cpp56 bool withErrCode = version != Version::API8; in Initialize() local
/base/request/request/frameworks/js/napi/include/
Djs_common.h145 bool withErrCode = true; member