Home
last modified time | relevance | path

Searched refs:outerScope (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp435 void Binder::BuildScriptFunction(Scope *outerScope, const ir::ScriptFunction *scriptFunc) in BuildScriptFunction() argument
442 funcScope->ParamScope()->SetParent(outerScope); in BuildScriptFunction()
783 auto *outerScope = scope_; in ResolveReference() local
818 BuildScriptFunction(outerScope, scriptFunc); in ResolveReference()
H A Dbinder.h208 void BuildScriptFunction(Scope *outerScope, const ir::ScriptFunction *scriptFunc);
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1153 auto outerScope = binder::LexicalScope<binder::Scope>::Enter(Binder(), savedScope); in ParseDoWhileStatement() local

Completed in 8 milliseconds