Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1896 varbinder::FunctionScope *implFuncScope = implMethod->Function()->Scope(); in CreateAsyncProxy() local
1901 var->SetScope(implFuncScope); in CreateAsyncProxy()
1902 implFuncScope->Decls().push_back(decl); in CreateAsyncProxy()
1903 implFuncScope->InsertBinding(decl->Name(), var); in CreateAsyncProxy()
1906 ReplaceScope(implMethod->Function()->Body(), asyncFunc, implFuncScope); in CreateAsyncProxy()

Completed in 4 milliseconds