Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DvariableFlags.h85 STATIC_VARIABLES = 1U << 5U, member in ark::es2panda::varbinder::ResolveBindingOptions
89 ALL_VARIABLES = VARIABLES | STATIC_VARIABLES,
92 ALL_STATIC = STATIC_VARIABLES | STATIC_METHODS | STATIC_DECLARATION,
H A Dscope.cpp832 if ((options & ResolveBindingOptions::STATIC_VARIABLES) != 0) { in FindLocal()
930 : ResolveBindingOptions::STATIC_VARIABLES)); in AddBinding()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp871 ? varbinder::ResolveBindingOptions::STATIC_VARIABLES | varbinder::ResolveBindingOptions::STATIC_DECLARATION in DeclareClassMethod()

Completed in 7 milliseconds