Home
last modified time | relevance | path

Searched refs:errName (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/ets_utils/tools/
H A Dets_error.h34 std::string errName = "BusinessError"; in ThrowError() local
36 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h46 std::string errName = "BusinessError"; in NewError() local
129 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in NewError()
/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textdecoder.cpp308 std::string errName = "BusinessError"; in ThrowError() local
311 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
H A Dnative_module_util.cpp133 std::string errName = "BusinessError"; in ThrowError() local
136 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()
/commonlibrary/ets_utils/js_sys_module/process/
H A Dnative_module_process.cpp513 std::string errName = "BuisnessError"; in ThrowError() local
516 napi_create_string_utf8(env, errName.c_str(), NAPI_AUTO_LENGTH, &name); in ThrowError()

Completed in 8 milliseconds