Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp470 std::string_view exceptionString = currentException->GetClass()->GetDescriptor(); in FindClass() local
471 if (exceptionString == panda_file_items::class_descriptors::LINKER_CLASS_NOT_FOUND_ERROR) { in FindClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp522 std::string_view exceptionString = currentException->GetClass()->GetDescriptor(); in DoFind() local
523 if (exceptionString == panda_file_items::class_descriptors::LINKER_CLASS_NOT_FOUND_ERROR) { in DoFind()