Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp466 std::string_view exceptionString = currentException->GetClass()->GetDescriptor(); in FindClass() local
467 if (exceptionString == panda_file_items::class_descriptors::CLASS_NOT_FOUND_EXCEPTION) { in FindClass()