Home
last modified time | relevance | path

Searched refs:tryCatch (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h499 bool CallWorkerFunction(size_t argc, const napi_value* argv, const char* methodName, bool tryCatch);
504 const napi_value* argv, const char* type, bool tryCatch);
H A Dworker.cpp2186 bool Worker::CallWorkerFunction(size_t argc, const napi_value* argv, const char* methodName, bool tryCatch) in CallWorkerFunction() argument
2201 if (tryCatch && callbackResult == nullptr) { in CallWorkerFunction()
2313 const napi_value* argv, const char* type, bool tryCatch) in ParentPortHandleEventListeners()
2337 if (tryCatch && callbackResult == nullptr) { in ParentPortHandleEventListeners()
2312 ParentPortHandleEventListeners(napi_env env, napi_value recv, size_t argc, const napi_value* argv, const char* type, bool tryCatch) ParentPortHandleEventListeners() argument

Completed in 5 milliseconds