Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp63 catchTable_ = pg_->CreateCatchTable(); in LexEnvContext()
110 : DynamicContext(pg, target), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in IteratorContext()
140 : DynamicContext(pg, {}), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in DestructuringIteratorContext()
197 catchTable_ = pg_->CreateCatchTable(); in InitCatchTable()
Dpandagen.h457 CatchTable *CreateCatchTable();
Dpandagen.cpp1955 CatchTable *PandaGen::CreateCatchTable() in CreateCatchTable() function in panda::es2panda::compiler::PandaGen