Searched refs:StaticMethodScope (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | ETSBinder.cpp | 537 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 D | scope.h | 659 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 D | enumLowering.cpp | 70 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 D | lambdaLowering.cpp | 337 info->callReceiver != nullptr ? classScope->InstanceMethodScope() : classScope->StaticMethodScope(); in CreateCalleeMethod()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 814 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 D | function.cpp | 1913 CreateFuncDecl(this, implMethod, classDef->Scope()->AsClassScope()->StaticMethodScope()); in CreateAsyncProxy()
|
H A D | object.cpp | 465 for (auto &[_, it] : scope->StaticMethodScope()->Bindings()) { in ResolveDeclaredMethodsOfObject()
|
H A D | helpers.cpp | 1375 moduleObjType, importDecl, program->GlobalClassScope()->StaticMethodScope()->Bindings()); in SetPropertiesForModuleObject()
|
Completed in 26 milliseconds