Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp261 if (IsDumpSymbolTable()) { in IsScopeValidToPatchLexical()
428 if (IsDumpSymbolTable()) { in Finalize()
626 bool PatchFix::IsDumpSymbolTable() const in IsDumpSymbolTable() function in panda::es2panda::util::PatchFix
DpatchFix.h77 bool IsDumpSymbolTable() const;
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp327 if (program_->PatchFixHelper()->IsDumpSymbolTable()) { in StoreAndCheckSpecialFunctionName()