Searched refs:scopeForMethod (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | lambdaLowering.cpp | 248 varbinder::Scope *scopeForMethod, varbinder::Variable *variable) in SetUpCalleeMethod() 276 var->SetScope(scopeForMethod); in SetUpCalleeMethod() 341 auto *scopeForMethod = newTypeParams != nullptr ? newTypeParams->Scope() : enclosingScope; in CreateCalleeMethod() local 344 auto paramScope = allocator->New<varbinder::FunctionParamScope>(allocator, scopeForMethod); in CreateCalleeMethod() 390 return SetUpCalleeMethod(ctx, info, cmInfo, func, scopeForMethod, variable); in CreateCalleeMethod() 246 SetUpCalleeMethod(public_lib::Context *ctx, LambdaInfo const *info, CalleeMethodInfo const *cmInfo, ir::ScriptFunction *func, varbinder::Scope *scopeForMethod, varbinder::Variable *variable) SetUpCalleeMethod() argument
|
Completed in 3 milliseconds