Home
last modified time | relevance | path

Searched refs:throwCode_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_business_error.cpp53 : errno_(ePosix), codingSystem_(ERR_CODE_SYSTEM_POSIX), throwCode_(throwCode) in NapiBusinessError()
106 if (!throwCode_) { in GetNapiErr()
146 if (!throwCode_) { in ThrowErr()
H A Dnapi_business_error.h100 bool throwCode_ = false; variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.cpp49 throwCode_(throwCode) {} in UniError()
101 if (!throwCode_) { in GetNapiErr()
143 if (!throwCode_) { in ThrowErr()
H A Duni_error.h159 bool throwCode_ = false; variable