Searched refs:CreateCatchTable (Results 1 – 3 of 3) sorted by relevance
63 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()
457 CatchTable *CreateCatchTable();
1955 CatchTable *PandaGen::CreateCatchTable() in CreateCatchTable() function in panda::es2panda::compiler::PandaGen