Searched refs:tryCatch (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api_internal.h | 57 TryCatch tryCatch(env) 60 (!tryCatch.HasCaught() \
|
H A D | native_async_work.cpp | 239 TryCatch tryCatch(reinterpret_cast<napi_env>(engine)); in AsyncAfterWorkCallback() local 251 if (tryCatch.HasCaught()) { in AsyncAfterWorkCallback()
|
H A D | native_safe_async_work.cpp | 316 TryCatch tryCatch(reinterpret_cast<napi_env>(engine_)); in ProcessAsyncHandle() local 333 if (tryCatch.HasCaught()) { in ProcessAsyncHandle()
|
H A D | native_node_api.cpp | 622 if (tryCatch.HasCaught()) { in napi_make_callback()
|
H A D | native_api.cpp | 1266 if (tryCatch.HasCaught()) { in napi_new_instance()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | js_runtime.h | 84 virtual void HandleUncaughtException(panda::TryCatch& tryCatch, 86 virtual void HandleUncaughtExceptionWithoutNativeEngine(panda::TryCatch& tryCatch,
|
H A D | ark_js_runtime.cpp | 361 [weakThis](auto& tryCatch) { in RegisterUncaughtExceptionHandler() argument 364 sharedThis->HandleUncaughtExceptionWithoutNativeEngine(tryCatch, nullptr); in RegisterUncaughtExceptionHandler()
|
H A D | ark_js_runtime.h | 95 void HandleUncaughtException(panda::TryCatch& tryCatch,
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 511 …ool CallWorkerFunction(size_t argc, const napi_value* argv, const char* methodName, bool tryCatch); 516 const napi_value* argv, const char* type, bool tryCatch);
|
H A D | worker.cpp | 2233 …ker::CallWorkerFunction(size_t argc, const napi_value* argv, const char* methodName, bool tryCatch) in CallWorkerFunction() argument 2248 if (tryCatch && callbackResult == nullptr) { in CallWorkerFunction() 2357 const napi_value* argv, const char* type, bool tryCatch) in ParentPortHandleEventListeners() argument 2381 if (tryCatch && callbackResult == nullptr) { in ParentPortHandleEventListeners()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
H A D | js_ui_service_extension.cpp | 548 TryCatch tryCatch(env); in CallObjectMethod() local 550 if (tryCatch.HasCaught()) { in CallObjectMethod()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 1371 TryCatch tryCatch(env); in CallObjectMethod() local 1378 if (tryCatch.HasCaught()) { in CallObjectMethod() 1389 if (tryCatch.HasCaught()) { in CallObjectMethod()
|