Home
last modified time | relevance | path

Searched defs:handleError (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Drich_logging.py243 def handleError(self, _: logging.LogRecord) -> None: member in LogCaptureHandler
487 def handleError(self, _: logging.LogRecord) -> None: member in _FileHandler
534 def handleError(self, _: logging.LogRecord) -> None: member in _RichLoggingStreamHandler
546 def handleError(self, _: logging.LogRecord): member in _RichLoggingNullHandler
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp322 auto handleError = [ctx](Error const &e) { in Parse() local
387 auto handleError = [ctx](Error const &e) { in Check() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp295 void AsmJitErrorHandler::handleError([[maybe_unused]] asmjit::Error err, [[maybe_unused]] const cha… in handleError() function in ark::compiler::amd64::AsmJitErrorHandler