Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp84 std::vector<std::pair<LabelIdx, CatchNode *>> catchVec; in BuildEHFunc() local
141 void EHFunc::MergeCatchToTry(const std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in MergeCatchToTry()
162 void EHFunc::BuildEHTypeTable(const std::vector<std::pair<LabelIdx, CatchNode *>> &catchVec) in BuildEHTypeTable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h87 MapleVector<CatchNode *> catchVec; variable