Searched refs:throwCode (Results 1 – 4 of 4) sorted by relevance
52 NapiBusinessError::NapiBusinessError(int32_t ePosix, bool throwCode) in NapiBusinessError() argument53 : errno_(ePosix), codingSystem_(ERR_CODE_SYSTEM_POSIX), throwCode_(throwCode) in NapiBusinessError()
78 explicit NapiBusinessError(int32_t ePosix, bool throwCode);
48 UniError::UniError(int ePosix, bool throwCode) : errno_(ePosix), codingSystem_(ERR_CODE_SYSTEM_POSI… in UniError() argument49 throwCode_(throwCode) {} in UniError()
137 explicit UniError(int ePosix, bool throwCode);