Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp53 if (patchFixHelper && patchFixHelper->IsScopeValidToPatchLexical(varScope)) { in SetLexical()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h67 bool IsScopeValidToPatchLexical(binder::VariableScope *scope) const;
DpatchFix.cpp259 bool PatchFix::IsScopeValidToPatchLexical(binder::VariableScope *scope) const in IsScopeValidToPatchLexical() function in panda::es2panda::util::PatchFix