Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp407 void Binder::BuildScriptFunction(Scope *outerScope, const ir::ScriptFunction *scriptFunc) in BuildScriptFunction()
698 auto *outerScope = scope_; in ResolveReference() local
/arkcompiler/ets_frontend/ts2panda/tests/
Dlexenv.test.ts490 let outerScope = outerPg!.getScope(); variable
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1115 auto outerScope = binder::LexicalScope<binder::Scope>::Enter(Binder(), savedScope); in ParseDoWhileStatement() local