Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_manager.cpp52 thread_local std::set<napi_ref> unhandledRejectionObservers; variable
91 for (auto& iter : unhandledRejectionObservers) { in UnhandledRejectionHandler()
188 for (auto& iter : unhandledRejectionObservers) { in ClearReference()
191 unhandledRejectionObservers.clear(); in ClearReference()
266 for (auto& iter : unhandledRejectionObservers) { in OnOnUnhandledRejection()
273 unhandledRejectionObservers.erase(iter); in OnOnUnhandledRejection()
279 unhandledRejectionObservers.insert(myCallRef); in OnOnUnhandledRejection()
389 for (auto& iter : unhandledRejectionObservers) { in OnOffUnhandledRejection()
392 unhandledRejectionObservers.clear(); in OnOffUnhandledRejection()
399 for (auto& iter : unhandledRejectionObservers) { in OnOffUnhandledRejection()
[all …]