Home
last modified time | relevance | path

Searched defs:concurrentError (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Derror_helper.h40 napi_value concurrentError = nullptr; variable
157 napi_value concurrentError = NewError(env, errCode, errMessage); variable
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_manager.cpp1684 napi_value concurrentError = nullptr; in CancelError() local