Home
last modified time | relevance | path

Searched defs:outerScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp424 void Binder::BuildScriptFunction(Scope *outerScope, const ir::ScriptFunction *scriptFunc) in BuildScriptFunction()
788 auto *outerScope = scope_; in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1141 auto outerScope = binder::LexicalScope<binder::Scope>::Enter(Binder(), savedScope); in ParseDoWhileStatement() local