Home
last modified time | relevance | path

Searched defs:ErrorHandler (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
DerrorHandler.h27 explicit ErrorHandler(const parser::Program *program) : program_(program) {} in ErrorHandler() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp43 class ErrorHandler : public ClassLinkerErrorHandler { class