Searched defs:OnException (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ | ||
| D | thread_state.cpp | 123 void ThreadState::OnException(bool uncaught) in OnException() function in ark::tooling::inspector::ThreadState |
| D | debuggable_thread.cpp | 133 void DebuggableThread::OnException(bool uncaught) in OnException() function in ark::tooling::inspector::DebuggableThread |
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ | ||
| D | thread_state.cpp | 175 TEST_F(ThreadStateTest, OnException) in TEST_F() argument |