Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp156 auto methodScope = scope->AsClassScope()->InstanceMethodScope(); in UpdateInterfacePropertys()
H A DlambdaLowering.cpp337 info->callReceiver != nullptr ? classScope->InstanceMethodScope() : classScope->StaticMethodScope(); in CreateCalleeMethod()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h679 LocalScope *InstanceMethodScope() in InstanceMethodScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope
684 const LocalScope *InstanceMethodScope() const in InstanceMethodScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp881 targetScope = clsScope->InstanceMethodScope(); in DeclareClassMethod()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1915 CreateFuncDecl(this, implMethod, classDef->Scope()->AsClassScope()->InstanceMethodScope()); in CreateAsyncProxy()
H A Dobject.cpp448 for (auto &[_, it] : scope->InstanceMethodScope()->Bindings()) { in ResolveDeclaredMethodsOfObject()
H A Dhelpers.cpp2531 auto *const methodScope = scope->InstanceMethodScope(); in GenerateGetterSetterPropertyAndMethod()

Completed in 18 milliseconds