Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp537 for (const auto [bindingName, var] : importProgram->GlobalClassScope()->StaticMethodScope()->Bindings()) { in ImportAllForeignBindings()
598 const auto &staticMethodBindings = recordRes.front()->GlobalClassScope()->StaticMethodScope()->Bindings(); in FindImportSpecifiersVariable()
778 const auto &staticMethodBindings = recordRes.front()->GlobalClassScope()->StaticMethodScope()->Bindings(); in FindStaticBinding()
H A Dscope.h659 LocalScope *StaticMethodScope() in StaticMethodScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope
664 const LocalScope *StaticMethodScope() const in StaticMethodScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::ClassScope
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumLowering.cpp70 varbinder, enumClass->Scope()->AsClassScope()->StaticMethodScope()); in MakeMethodDef()
242 varbinder_, enumClass->Scope()->AsClassScope()->StaticMethodScope()); in CreateCCtorForEnumClass()
325 varbinder_, enumClass->Scope()->AsClassScope()->StaticMethodScope()); in CreateCtorForEnumClass()
H A DlambdaLowering.cpp337 info->callReceiver != nullptr ? classScope->InstanceMethodScope() : classScope->StaticMethodScope(); in CreateCalleeMethod()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp814 VarBinder(), VarBinder()->GetScope()->AsClassScope()->StaticMethodScope()); in VisitClassStaticBlock()
879 targetScope = clsScope->StaticMethodScope(); in DeclareClassMethod()
1151 VarBinder(), curScope->AsClassScope()->StaticMethodScope()); in VisitClassProperty()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1913 CreateFuncDecl(this, implMethod, classDef->Scope()->AsClassScope()->StaticMethodScope()); in CreateAsyncProxy()
H A Dobject.cpp465 for (auto &[_, it] : scope->StaticMethodScope()->Bindings()) { in ResolveDeclaredMethodsOfObject()
H A Dhelpers.cpp1375 moduleObjType, importDecl, program->GlobalClassScope()->StaticMethodScope()->Bindings()); in SetPropertiesForModuleObject()

Completed in 26 milliseconds