Home
last modified time | relevance | path

Searched defs:catchTable (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.h28 …explicit AsyncFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTab… in AsyncFunctionBuilder()
DasyncGeneratorFunctionBuilder.h28 …explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg,… in AsyncGeneratorFunctionBuilder()
DgeneratorFunctionBuilder.h41 …explicit GeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catc… in GeneratorFunctionBuilder()
DfunctionBuilder.cpp28 FunctionBuilder::FunctionBuilder(PandaGen *pg, CatchTable *catchTable) in FunctionBuilder()
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts112 private catchTable: CatchTable; property in TryStatement
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp162 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit()
1956 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth()); in CreateCatchTable() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp596 auto catchTable = catchTables[i]; in ParseFunctionCatchTables() local