Home
last modified time | relevance | path

Searched refs:catchClsId (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp596 File::EntityId catchClsId = file_->ResolveClassIndex(methodId, catchBlock.GetTypeIdx()); in GetCatchTypeItem() local
597 if (file_->IsExternal(catchClsId)) { in GetCatchTypeItem()
598 catchTypeItem = CreateForeignClassItem(catchClsId); in GetCatchTypeItem()
600 catchTypeItem = CreateClassItem(catchClsId); in GetCatchTypeItem()

Completed in 3 milliseconds